Searched refs:main_wnd (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
H A D | gconf.c | 44 GtkWidget *main_wnd = NULL; variable 143 main_wnd = glade_xml_get_widget(xml, "window1"); init_main_window() 169 style = gtk_widget_get_style(main_wnd); init_main_window() 172 replace_button_icon(xml, main_wnd->window, style, init_main_window() 174 replace_button_icon(xml, main_wnd->window, style, init_main_window() 176 replace_button_icon(xml, main_wnd->window, style, init_main_window() 188 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text); init_main_window() 190 gtk_widget_show(main_wnd); init_main_window() 426 GTK_WINDOW(main_wnd), on_window1_delete_event() 475 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); on_window1_size_request() 568 gtk_widget_destroy(GTK_WIDGET(main_wnd)); on_quit1_activate() 659 dialog = gtk_message_dialog_new(GTK_WINDOW(main_wnd), on_introduction1_activate() 677 dialog = gtk_message_dialog_new(GTK_WINDOW(main_wnd), on_about1_activate() 696 dialog = gtk_message_dialog_new(GTK_WINDOW(main_wnd), on_license1_activate() 742 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); on_split_clicked()
|
Completed in 50 milliseconds