Home
last modified time | relevance | path

Searched refs:showdialog (Results 1 – 10 of 10) sorted by relevance

/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dporting_android.cpp197 jmethodID showdialog = jnienv->GetMethodID(nativeActivity,"showDialog", in showInputDialog() local
200 if (showdialog == 0) { in showInputDialog()
209 jnienv->CallVoidMethod(app_global->activity->clazz, showdialog, in showInputDialog()
/dports/games/minetest/minetest-5.4.1/src/
H A Dporting_android.cpp201 jmethodID showdialog = jnienv->GetMethodID(nativeActivity, "showDialog", in showInputDialog() local
204 FATAL_ERROR_IF(showdialog == nullptr, in showInputDialog()
212 jnienv->CallVoidMethod(app_global->activity->clazz, showdialog, in showInputDialog()
/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dwin32_print.h18 extern const char *SurfacePrint(SDL_Surface * surf, const char *printcfg, int showdialog);
H A Dwin32_print.c323 const char *SurfacePrint(SDL_Surface * surf, const char *printcfg, int showdialog) in SurfacePrint() argument
345 if (!GetPrinterDC(hWnd, printcfg, showdialog)) in SurfacePrint()
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Dpstoeditoptions.h191 OptionT < bool, BoolTrueExtractor > showdialog; variable
543 showdialog (true, "-showdialog",noArgument,h_t,"internal - not for normal user", in PsToEditOptions()
681 ADD(showdialog); in PsToEditOptions()
H A Dpstoedit.cpp426 if (options.showdialog) { in pstoedit()
/dports/sysutils/hfsutils/hfsutils-3.2.6/
H A Dxhfs.tcl139 proc showdialog {w} { procedure
157 showdialog $w
362 showdialog $w
420 showdialog $w
504 showdialog $w
557 showdialog $w
788 showdialog $w
952 showdialog $w
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Dparadox.lang113 "setusername", "shift", "shiftpress", "show", "showarray", "showdialog",
/dports/x11-fm/xfe/xfe-1.44/src/
H A DDirList.cpp623 FXbool showdialog = true; in onDNDDrop() local
759 if ( ((!confirm_dnd) | ctrlshiftkey) & ask_before_copy & showdialog) in onDNDDrop()
804 showdialog = false; in onDNDDrop()
H A DFileList.cpp519 FXbool showdialog = true; in onDNDDrop() local
654 if (((!confirm_dnd) | ctrlshiftkey) & ask_before_copy & showdialog) in onDNDDrop()
700 showdialog = false; in onDNDDrop()