Home
last modified time | relevance | path

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

123456

/dports/net-im/vqcc-gtk/vqcc-gtk-0.5/src/
H A Dgui.c106 g_assert(main_wnd && main_wnd->userlist_frame_w); in update_userlist_count()
374 g_assert(main_wnd); in entry_activate_cb()
375 g_assert(main_wnd->text_entry); in entry_activate_cb()
558 || main_wnd->is_obscured) in tray_toggle_visible()
788 main_wnd = new_main_wnd(); in gui_event_cb()
802 restore_window_size(main_wnd); in gui_event_cb()
810 save_window_size(main_wnd); in gui_event_cb()
814 delete_main_wnd(main_wnd); in gui_event_cb()
815 main_wnd = NULL; in gui_event_cb()
926 return main_wnd->has_focus; in gui_is_active()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vgui/impl/mfc/
H A Dvgui_mfc_window.cxx49 CWnd * main_wnd = app->GetMainWnd(); in init_window() local
50 ((vgui_mfc_mainfrm *)main_wnd)->SetStatusBar(statusbar); in init_window()
55 main_wnd->GetWindowPlacement(&w_placement); in init_window()
60 main_wnd->SetWindowPlacement(&w_placement); in init_window()
154 CWnd * main_wnd = AfxGetApp()->GetMainWnd(); in reshape() local
157 main_wnd->GetWindowPlacement(&w_placement); in reshape()
169 main_wnd->SetWindowPlacement(&w_placement); in reshape()
175 CWnd * main_wnd = AfxGetApp()->GetMainWnd(); in reposition() local
179 main_wnd->GetWindowPlacement(&w_placement); in reposition()
192 main_wnd->SetWindowPlacement(&w_placement); in reposition()
/dports/print/simple-fb2-reader/simple-fb2-reader-1.1.3/src/reader/reader_app/
H A Dreader_app_gui.c5 app->main_wnd = GTK_WIDGET( gtk_builder_get_object(builder, "main_wnd")); in reader_app_gui()
18 assert(app->main_wnd != NULL); in reader_app_gui()
33 gtk_window_move(GTK_WINDOW(app->main_wnd), main_wnd_x_pos, main_wnd_y_pos); in reader_app_gui()
37 gtk_window_resize(GTK_WINDOW(app->main_wnd), main_wnd_width, main_wnd_height); in reader_app_gui()
40 gtk_window_maximize(GTK_WINDOW(app->main_wnd)); in reader_app_gui()
47 app->clipboard = gtk_widget_get_clipboard(app->main_wnd, GDK_SELECTION_CLIPBOARD); in reader_app_gui()
49 gtk_widget_show_all(app->main_wnd); in reader_app_gui()
H A Dreader_close_app.c8 GtkWidget* main_wnd = app->main_wnd; in reader_close_app() local
21 g_object_get_property(G_OBJECT(main_wnd), "is-maximized", &value); in reader_close_app()
33 gtk_window_get_size(GTK_WINDOW(main_wnd), &main_wnd_width, &main_wnd_height); in reader_close_app()
39 gtk_window_get_position(GTK_WINDOW(main_wnd), &main_wnd_x_pos, &main_wnd_y_pos); in reader_close_app()
/dports/emulators/tiemu3/tiemu-3.03/src/gui/calc/
H A Dcalc.c58 GtkWidget *main_wnd = NULL; variable
167 if(main_wnd->window == NULL) in set_window()
176 gdk_window_resize(main_wnd->window, wr.w, wr.h); in set_window()
264 main_wnd = NULL; in on_calc_wnd_destroy()
592 gtk_widget_show(main_wnd); // show wnd here in hid_init()
595 gdk_window_fullscreen(main_wnd->window); in hid_init()
629 if(main_wnd) in hid_exit()
632 gtk_widget_destroy(main_wnd); in hid_exit()
686 gdk_window_fullscreen(main_wnd->window); in hid_switch_fullscreen()
700 gdk_window_unfullscreen(main_wnd->window); in hid_switch_normal_view()
[all …]
H A Dscreen.c57 extern GtkWidget *main_wnd;
190 gdk_draw_pixbuf(pixmap, main_wnd->style->fg_gc[GTK_WIDGET_STATE(main_wnd)], in redraw_skin()
192 gdk_window_invalidate_rect(main_wnd->window, &wr.gr, FALSE); in redraw_skin()
207 gdk_draw_pixbuf(pixmap, main_wnd->style->fg_gc[GTK_WIDGET_STATE(main_wnd)], in redraw_lcd()
327 gdk_draw_pixbuf(pixmap, main_wnd->style->fg_gc[GTK_WIDGET_STATE(main_wnd)], in hid_update_lcd()
335 gdk_draw_pixbuf(pixmap, main_wnd->style->fg_gc[GTK_WIDGET_STATE(main_wnd)], in hid_update_lcd()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/
H A Dmain.cpp77 auto* main_wnd = new MainWindow(); in main() local
78 main_wnd->setAttribute(Qt::WA_DeleteOnClose); in main()
80 main_wnd->show(); in main()
83 QTimer::singleShot(0, main_wnd, &QMainWindow::showMaximized); in main()
87 main_wnd->openProject(cli.projectFile()); in main()
/dports/emulators/atari800/atari800-3.1.0/src/amiga/
H A Dgui.c170 static Object *main_wnd; variable
193 while ((result = RA_HandleInput(main_wnd, &code) ) != WMHI_LASTMSG ) in Handle()
225 IIntuition->GetAttr(WINDOW_SigMask, main_wnd, &mainMask); in Loop()
246 main_wnd = (Object*)WindowObject, in Configure()
306 if (!main_wnd) goto out; in Configure()
308 RA_OpenWindow(main_wnd); in Configure()
312 IIntuition->DisposeObject(main_wnd); in Configure()
317 IIntuition->DisposeObject(main_wnd); in Configure()
/dports/comms/tilp2/tilp2-1.18/src/
H A Dctree_rbm.c51 gtk_window_get_size(GTK_WINDOW(main_wnd), &options.wnd_x_size1, &options.wnd_y_size1); in rbm_local_view1_activate()
53 gtk_window_get_size(GTK_WINDOW(main_wnd), &options.wnd_x_size2, &options.wnd_y_size2); in rbm_local_view1_activate()
60 gtk_window_resize(GTK_WINDOW(main_wnd), options.wnd_x_size1, options.wnd_y_size1); in rbm_local_view1_activate()
62 gtk_window_resize(GTK_WINDOW(main_wnd), options.wnd_x_size2, options.wnd_y_size2); in rbm_local_view1_activate()
H A Dmain.c165 main_wnd = display_tilp_dbox(); in main()
186 gtk_widget_show(main_wnd); in main()
189 gtk_window_set_icon(GTK_WINDOW(main_wnd), icon); in main()
190 gdk_window_set_icon_name(main_wnd->window, _("TiLP2")); in main()
/dports/games/openttd/openttd-12.1/src/video/
H A Dwin32_v.cpp142 DestroyWindow(this->main_wnd); in MakeWindow()
143 this->main_wnd = 0; in MakeWindow()
208 if (this->main_wnd != nullptr) { in MakeWindow()
801 DestroyWindow(this->main_wnd); in Stop()
906 CancelIMEComposition(this->main_wnd); in EditBoxLostFocus()
907 SetCompositionPos(this->main_wnd); in EditBoxLostFocus()
908 SetCandidatePos(this->main_wnd); in EditBoxLostFocus()
1124 HDC dc = GetDC(this->main_wnd); in Paint()
1157 ReleaseDC(this->main_wnd, dc); in Paint()
1346 ReleaseDC(this->main_wnd, this->dc); in DestroyContext()
[all …]
/dports/print/simple-fb2-reader/simple-fb2-reader-1.1.3/src/reader/reader_book/
H A Dreader_close_book.c8 GtkWidget* main_wnd = app->main_wnd; in reader_close_book() local
36 gtk_window_set_title(GTK_WINDOW(main_wnd), "Simple FB2 reader"); in reader_close_book()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/scripts/kconfig/
H A Dgconf.c44 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()
214 gtk_widget_show(main_wnd); in init_main_window()
450 GTK_WINDOW(main_wnd), in on_window1_delete_event()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/scripts/kconfig/
H A Dgconf.c44 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()
214 gtk_widget_show(main_wnd); in init_main_window()
450 GTK_WINDOW(main_wnd), in on_window1_delete_event()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/scripts/kconfig/
H A Dgconf.c44 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()
214 gtk_widget_show(main_wnd); in init_main_window()
450 GTK_WINDOW(main_wnd), in on_window1_delete_event()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/scripts/kconfig/
H A Dgconf.c44 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()
214 gtk_widget_show(main_wnd); in init_main_window()
450 GTK_WINDOW(main_wnd), in on_window1_delete_event()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/scripts/kconfig/
H A Dgconf.c44 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()
214 gtk_widget_show(main_wnd); in init_main_window()
450 GTK_WINDOW(main_wnd), in on_window1_delete_event()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/scripts/kconfig/
H A Dgconf.c44 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()
214 gtk_widget_show(main_wnd); in init_main_window()
450 GTK_WINDOW(main_wnd), in on_window1_delete_event()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/scripts/kconfig/
H A Dgconf.c44 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()
214 gtk_widget_show(main_wnd); in init_main_window()
450 GTK_WINDOW(main_wnd), in on_window1_delete_event()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/scripts/kconfig/
H A Dgconf.c44 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()
214 gtk_widget_show(main_wnd); in init_main_window()
450 GTK_WINDOW(main_wnd), in on_window1_delete_event()
[all …]
/dports/misc/seabios/seabios-1.14.0/scripts/kconfig/
H A Dgconf.c44 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()
214 gtk_widget_show(main_wnd); in init_main_window()
450 GTK_WINDOW(main_wnd), in on_window1_delete_event()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/scripts/kconfig/
H A Dgconf.c44 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()
214 gtk_widget_show(main_wnd); in init_main_window()
450 GTK_WINDOW(main_wnd), in on_window1_delete_event()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/scripts/kconfig/
H A Dgconf.c44 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()
214 gtk_widget_show(main_wnd); in init_main_window()
450 GTK_WINDOW(main_wnd), in on_window1_delete_event()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/scripts/kconfig/
H A Dgconf.c44 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()
214 gtk_widget_show(main_wnd); in init_main_window()
450 GTK_WINDOW(main_wnd), in on_window1_delete_event()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/scripts/kconfig/
H A Dgconf.c44 GtkWidget *main_wnd = NULL;
143 main_wnd = glade_xml_get_widget(xml, "window1");
169 style = gtk_widget_get_style(main_wnd);
173 replace_button_icon(xml, main_wnd->window, style,
175 replace_button_icon(xml, main_wnd->window, style,
177 replace_button_icon(xml, main_wnd->window, style,
180 replace_button_icon(xml, main_wnd->window, style,
182 replace_button_icon(xml, main_wnd->window, style,
214 gtk_widget_show(main_wnd);
450 GTK_WINDOW(main_wnd),
[all …]

123456