/dports/emulators/mess/mame-mame0226/src/emu/ui/ |
H A D | uimain.h | 43 …template <typename Format, typename... Params> void popup_time(int seconds, Format &&fmt, Params &… 62 inline void ui_manager::popup_time(int seconds, Format &&fmt, Params &&... args) in popup_time() function
|
/dports/emulators/mame/mame-mame0226/src/emu/ui/ |
H A D | uimain.h | 43 …template <typename Format, typename... Params> void popup_time(int seconds, Format &&fmt, Params &… 62 inline void ui_manager::popup_time(int seconds, Format &&fmt, Params &&... args) in popup_time() function
|
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/viewer/zoomable/ |
H A D | ViewportTimeYaxis.java | 296 double popup_time; in paint() local 305 popup_time = popup.getClickedTime(); in paint() 306 if ( coord_xform.contains( popup_time ) ) { in paint() 307 x_pos = coord_xform.convertTimeToPixel( popup_time ); in paint()
|
H A D | ViewportTime.java | 326 double popup_time; in paint() local 378 popup_time = info_popup.getClickedTime(); in paint() 379 if ( coord_xform.contains( popup_time ) ) { in paint() 380 x_pos = coord_xform.convertTimeToPixel( popup_time ); in paint()
|
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/examples/ |
H A D | damage-duplicate.pl | 124 my $popup_time; 178 X11::Protocol::WM::set_net_wm_user_time($X, $window, $popup_time);
|
/dports/emulators/mess/mame-mame0226/src/osd/mac/ |
H A D | video.cpp | 147 machine.ui().popup_time(1, "Uneven stretch %s", video_config.fullstretch? "enabled":"disabled"); in check_osd_inputs() 155 machine.ui().popup_time(1, "Keepaspect %s", video_config.keepaspect? "enabled":"disabled"); in check_osd_inputs() 162 machine.ui().popup_time(1, "Filter %s", video_config.filter? "enabled":"disabled"); in check_osd_inputs()
|
/dports/emulators/mame/mame-mame0226/src/osd/mac/ |
H A D | video.cpp | 147 machine.ui().popup_time(1, "Uneven stretch %s", video_config.fullstretch? "enabled":"disabled"); in check_osd_inputs() 155 machine.ui().popup_time(1, "Keepaspect %s", video_config.keepaspect? "enabled":"disabled"); in check_osd_inputs() 162 machine.ui().popup_time(1, "Filter %s", video_config.filter? "enabled":"disabled"); in check_osd_inputs()
|
/dports/emulators/mess/mame-mame0226/src/osd/sdl/ |
H A D | video.cpp | 148 machine.ui().popup_time(1, "Uneven stretch %s", video_config.fullstretch? "enabled":"disabled"); in check_osd_inputs() 156 machine.ui().popup_time(1, "Keepaspect %s", video_config.keepaspect? "enabled":"disabled"); in check_osd_inputs() 164 machine.ui().popup_time(1, "Filter %s", video_config.filter? "enabled":"disabled"); in check_osd_inputs()
|
/dports/emulators/mame/mame-mame0226/src/osd/sdl/ |
H A D | video.cpp | 148 machine.ui().popup_time(1, "Uneven stretch %s", video_config.fullstretch? "enabled":"disabled"); in check_osd_inputs() 156 machine.ui().popup_time(1, "Keepaspect %s", video_config.keepaspect? "enabled":"disabled"); in check_osd_inputs() 164 machine.ui().popup_time(1, "Filter %s", video_config.filter? "enabled":"disabled"); in check_osd_inputs()
|
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/ |
H A D | remmina_icon.c | 66 guint32 popup_time; member 293 if (gtk_get_current_event_time() - remmina_icon.popup_time <= 500) in remmina_icon_popdown_menu() 303 remmina_icon.popup_time = gtk_get_current_event_time(); in remmina_icon_on_activate()
|
/dports/emulators/mess/mame-mame0226/src/frontend/mame/ui/ |
H A D | barcode.cpp | 119 ui().popup_time(5, "%s", _("Barcode length invalid!")); in handle()
|
H A D | filesel.cpp | 320 ui().popup_time(1, _("Error accessing %s"), entry.fullpath); in select_item() 347 ui().popup_time(ERROR_MESSAGE_TIME, "%s", m_filename.c_str()); in type_search_char()
|
H A D | filecreate.cpp | 214 ui().popup_time(1, "%s", _("Please enter a file extension too")); in handle()
|
H A D | ui.h | 224 …template <typename Format, typename... Params> void popup_time(int seconds, Format &&fmt, Params &… 358 inline void mame_ui_manager::popup_time(int seconds, Format &&fmt, Params &&... args) in popup_time() function
|
H A D | imgcntrl.cpp | 117 ui().popup_time(5, "%s", _("Cannot save over directory")); in test_create()
|
/dports/emulators/mame/mame-mame0226/src/frontend/mame/ui/ |
H A D | barcode.cpp | 119 ui().popup_time(5, "%s", _("Barcode length invalid!")); in handle()
|
H A D | filesel.cpp | 320 ui().popup_time(1, _("Error accessing %s"), entry.fullpath); in select_item() 347 ui().popup_time(ERROR_MESSAGE_TIME, "%s", m_filename.c_str()); in type_search_char()
|
H A D | filecreate.cpp | 214 ui().popup_time(1, "%s", _("Please enter a file extension too")); in handle()
|
H A D | ui.h | 224 …template <typename Format, typename... Params> void popup_time(int seconds, Format &&fmt, Params &… 358 inline void mame_ui_manager::popup_time(int seconds, Format &&fmt, Params &&... args) in popup_time() function
|
/dports/mail/xpbiff/xpbiff/ |
H A D | xpbiff.c | 320 int popup_time; member 383 offset(popup_time), XtRImmediate, (XtPointer)15000}, 1991 if (appResources.popup_time) 1993 (unsigned long) appResources.popup_time, (XtTimerCallbackProc) BreakPopup, NULL); 2105 if (appResources.popup_time) 2107 (unsigned long) appResources.popup_time, (XtTimerCallbackProc) BreakPopup, NULL);
|
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/ |
H A D | gtkmenushell.c | 711 GTimeVal *popup_time; in gtk_menu_shell_button_release() local 718 popup_time = g_object_get_data (G_OBJECT (submenu), in gtk_menu_shell_button_release() 721 if (popup_time) in gtk_menu_shell_button_release() 729 (gint64) popup_time->tv_sec * 1000 * 1000 - in gtk_menu_shell_button_release() 730 (gint64) popup_time->tv_usec); in gtk_menu_shell_button_release()
|
/dports/emulators/mess/mame-mame0226/src/devices/bus/nes/ |
H A D | namcot.cpp | 587 machine().ui().popup_time(10, "CIRAM mapped to VRAM. Please contact MAMEDevs."); in chr_w() 602 machine().ui().popup_time(10, "CIRAM mapped to VRAM. Please contact MAMEDevs."); in chr_r()
|
/dports/emulators/mame/mame-mame0226/src/devices/bus/nes/ |
H A D | namcot.cpp | 587 machine().ui().popup_time(10, "CIRAM mapped to VRAM. Please contact MAMEDevs."); in chr_w() 602 machine().ui().popup_time(10, "CIRAM mapped to VRAM. Please contact MAMEDevs."); in chr_r()
|
/dports/science/gramps/gramps-5.1.4/gramps/gui/widgets/ |
H A D | progressdialog.py | 299 popup_time = None): argument 316 self._popup_time = popup_time
|
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/ |
H A D | gtkmenushell.c | 797 GTimeVal *popup_time; in gtk_menu_shell_button_release() local 800 popup_time = g_object_get_data (G_OBJECT (submenu), in gtk_menu_shell_button_release() 803 if (popup_time) in gtk_menu_shell_button_release() 811 (gint64) popup_time->tv_sec * 1000 * 1000 - in gtk_menu_shell_button_release() 812 (gint64) popup_time->tv_usec); in gtk_menu_shell_button_release()
|