Lines Matching refs:main_wnd
41 GtkWidget *main_wnd = NULL; variable
141 main_wnd = glade_xml_get_widget(xml, "window1"); in init_main_window()
167 style = gtk_widget_get_style(main_wnd); in init_main_window()
170 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
172 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
174 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
186 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text); in init_main_window()
188 gtk_widget_show(main_wnd); in init_main_window()
424 GTK_WINDOW(main_wnd), in on_window1_delete_event()
473 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_window1_size_request()
567 gtk_widget_destroy(GTK_WIDGET(main_wnd)); in on_quit1_activate()
658 dialog = gtk_message_dialog_new(GTK_WINDOW(main_wnd), in on_introduction1_activate()
676 dialog = gtk_message_dialog_new(GTK_WINDOW(main_wnd), in on_about1_activate()
695 dialog = gtk_message_dialog_new(GTK_WINDOW(main_wnd), in on_license1_activate()
741 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_split_clicked()