Home
last modified time | relevance | path

Searched refs:main_wnd (Results 1 – 1 of 1) sorted by relevance

/scripts/kconfig/
Dgconf.c38 GtkWidget *main_wnd = NULL; variable
138 main_wnd = glade_xml_get_widget(xml, "window1"); in init_main_window()
164 style = gtk_widget_get_style(main_wnd); in init_main_window()
167 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
169 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
171 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
183 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text); in init_main_window()
185 gtk_widget_show(main_wnd); in init_main_window()
421 GTK_WINDOW(main_wnd), in on_window1_delete_event()
470 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_window1_size_request()
[all …]