Searched refs:main_wnd (Results 1 – 1 of 1) sorted by relevance
/scripts/kconfig/ |
D | gconf.c | 41 GtkWidget *main_wnd = NULL; variable 200 main_wnd = glade_xml_get_widget(xml, "window1"); in init_main_window() 226 style = gtk_widget_get_style(main_wnd); in init_main_window() 230 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 232 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 234 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 237 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 239 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 241 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 271 gtk_window_set_title(GTK_WINDOW(main_wnd), title); in init_main_window() [all …]
|