Searched refs:main_wnd (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/scripts/kconfig/ |
| H A D | gconf.c | 36 GtkWidget *main_wnd = NULL; variable 106 main_wnd = glade_xml_get_widget(xml, "window1"); in init_main_window() 132 style = gtk_widget_get_style(main_wnd); in init_main_window() 135 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 137 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 139 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 153 gtk_widget_show(main_wnd); in init_main_window() 389 GTK_WINDOW(main_wnd), in on_window1_delete_event() 532 gtk_widget_destroy(GTK_WIDGET(main_wnd)); in on_quit1_activate() 620 dialog = gtk_message_dialog_new(GTK_WINDOW(main_wnd), in on_introduction1_activate() [all …]
|