Home
last modified time | relevance | path

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

/dports/graphics/mypaint/mypaint-2.0.1/tests/unported/
H A Dperformance.py88 dw.fullscreen_cb()
236 dw.fullscreen_cb()
248 dw.fullscreen_cb()
260 dw.fullscreen_cb()
273 dw.fullscreen_cb()
286 dw.fullscreen_cb()
299 dw.fullscreen_cb()
/dports/www/epiphany/epiphany-41.0/src/
H A Dephy-lockdown.c69 fullscreen_cb (GSettings *settings, in fullscreen_cb() function
195 G_CALLBACK (fullscreen_cb), window); in window_added_cb()
201 fullscreen_cb (EPHY_SETTINGS_LOCKDOWN, in window_added_cb()
/dports/math/giacxcas/fltk-1.3.0/test/
H A Dfullscreen.cxx156 void fullscreen_cb(Fl_Widget *o, void *p) { in fullscreen_cb() function
238 b3.callback(fullscreen_cb,w); in main()
/dports/x11-toolkits/ntk/ntk/test/
H A Dfullscreen.cxx156 void fullscreen_cb(Fl_Widget *o, void *p) { in fullscreen_cb() function
238 b3.callback(fullscreen_cb,w); in main()
/dports/editors/wordgrinder/wordgrinder-0.6/src/c/arch/win32/gdi/
H A Ddpy.c47 static void fullscreen_cb(void);
172 fullscreen_cb(); in special_key()
377 static void fullscreen_cb(void) in fullscreen_cb() function
538 fullscreen_cb(); in window_cb()
/dports/x11-toolkits/p5-Gtk2-ImageView/Gtk2-ImageView-0.05/examples/
H A Dinteractive.pl182 sub fullscreen_cb { subroutine
388 \&fullscreen_cb
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A Dfullscreen.cxx174 void fullscreen_cb(Fl_Widget *o, void *p) { in fullscreen_cb() function
323 window.b3->callback(fullscreen_cb,w); in main()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/mpris-player-0.6.1/src/
H A Dmpris_player.rs68 fullscreen_cb: RefCell<Vec<Rc<RefCell<dyn FnMut(bool)>>>>, field
120 fullscreen_cb: RefCell::new(Vec::new()), in new()
398 self.fullscreen_cb.borrow_mut().push(cell); in connect_fullscreen()
452 for callback in self.fullscreen_cb.borrow_mut().iter() { in set_fullscreen()
/dports/x11-toolkits/gtkimageview/gtkimageview-1.6.4/tests/
H A Dinteractive.c180 fullscreen_cb () in fullscreen_cb() function
430 G_CALLBACK (fullscreen_cb)
/dports/games/flare-engine/flare-engine-1.12/src/
H A DMenuConfig.h211 WidgetCheckBox * fullscreen_cb; variable
H A DMenuConfig.cpp136 , fullscreen_cb(new WidgetCheckBox(WidgetCheckBox::DEFAULT_FILE)) in MenuConfig()
402 …cfg_tabs[VIDEO_TAB].setOptionWidgets(Platform::Video::FULLSCREEN, fullscreen_lb, fullscreen_cb, ms… in init()
784 fullscreen_cb->setChecked(settings->fullscreen); in updateVideo()
1049 …if (cfg_tabs[VIDEO_TAB].options[Platform::Video::FULLSCREEN].enabled && fullscreen_cb->checkClickA… in logicVideo()
1050 settings->fullscreen = fullscreen_cb->isChecked(); in logicVideo()
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dapplication.py484 self.drawWindow.fullscreen_cb()
H A Ddrawwindow.py512 def fullscreen_cb(self, *junk): member in DrawWindow
/dports/multimedia/gnome-twitch/gnome-twitch-0.4.1-155-g8e774a0/src/
H A Dgt-player.c573 fullscreen_cb(GObject* source, in fullscreen_cb() function
1065 g_signal_connect(win, "notify::fullscreen", G_CALLBACK(fullscreen_cb), self); in realize_cb()
/dports/net-mgmt/virt-viewer/virt-viewer-11.0/src/
H A Dvirt-viewer-app.c3080 static void fullscreen_cb(gpointer value, in fullscreen_cb() function
3120 g_list_foreach(priv->windows, fullscreen_cb, &options); in virt_viewer_app_set_fullscreen()