Searched refs:main_wnd (Results 1 – 1 of 1) sorted by relevance
/scripts/kconfig/ |
D | gconf.c | 44 GtkWidget *main_wnd = NULL; variable 143 main_wnd = glade_xml_get_widget(xml, "window1"); in init_main_window() 169 style = gtk_widget_get_style(main_wnd); in init_main_window() 173 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 175 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 177 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 180 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 182 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 184 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 212 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text); in init_main_window() [all …]
|