Home
last modified time | relevance | path

Searched refs:BIF_USENEWUI (Results 1 – 25 of 75) sorted by relevance

123

/dports/emulators/sameboy/SameBoy-0.14.7/OpenDialog/
H A Dwindows.c36 dialog.ulFlags = BIF_USENEWUI; in do_open_folder_dialog()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Native_File_Chooser_WIN32.cxx493 _binf.ulFlags |= BIF_USENEWUI | BIF_RETURNONLYFSDIRS; in showdir()
494 #elif defined(BIF_USENEWUI) // Version 5.0 in showdir()
496 else if ( _btype == BROWSE_SAVE_DIRECTORY ) _binf.ulFlags |= BIF_USENEWUI; in showdir()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Native_File_Chooser_WIN32.cxx493 _binf.ulFlags |= BIF_USENEWUI | BIF_RETURNONLYFSDIRS; in showdir()
494 #elif defined(BIF_USENEWUI) // Version 5.0 in showdir()
496 else if ( _btype == BROWSE_SAVE_DIRECTORY ) _binf.ulFlags |= BIF_USENEWUI; in showdir()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/ffi/win32/
H A Dshell.scm85 (define-constant BIF_USENEWUI unknown
/dports/multimedia/butt/butt-0.1.27/src/FLTK/
H A DFl_My_Native_File_Chooser_WIN32.cxx539 _binf_ptr->ulFlags |= BIF_USENEWUI | BIF_RETURNONLYFSDIRS; in showdir()
540 #elif defined(BIF_USENEWUI) // Version 5.0 in showdir()
542 else if ( _btype == BROWSE_SAVE_DIRECTORY ) _binf_ptr->ulFlags |= BIF_USENEWUI; in showdir()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Native_File_Chooser_WIN32.cxx537 _binf_ptr->ulFlags |= BIF_USENEWUI | BIF_RETURNONLYFSDIRS; in showdir()
538 #elif defined(BIF_USENEWUI) // Version 5.0 in showdir()
540 else if ( _btype == BROWSE_SAVE_DIRECTORY ) _binf_ptr->ulFlags |= BIF_USENEWUI; in showdir()
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DWindowsFileDialog.cxx128 binfo.ulFlags = BIF_USENEWUI | BIF_RETURNONLYFSDIRS | BIF_EDITBOX; in chooseDir()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dfolderdlg.h97 #define BIF_USENEWUI ( BIF_NEWDIALOGSTYLE | BIF_EDITBOX ) macro
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A Dfolderdlg.h97 #define BIF_USENEWUI ( BIF_NEWDIALOGSTYLE | BIF_EDITBOX ) macro
/dports/audio/hvl2wav/hivelytracker-8296a50/sdl/
H A Dwin32.c75 bi.ulFlags = BIF_RETURNONLYFSDIRS | BIF_USENEWUI; in directoryrequester()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogsed/osdialog/
H A Dosdialog_win.c89 bInfo.ulFlags = BIF_RETURNONLYFSDIRS | BIF_USENEWUI; in osdialog_file()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/ffi/win32/gui/
H A Dfile-select.scm139 (bitwise-ior BIF_USENEWUI BIF_RETURNONLYFSDIRS))
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/
H A Djuce_win32_FileChooser.cpp321 #ifdef BIF_USENEWUI in openDialogPreVista()
322 bi.ulFlags = BIF_USENEWUI | BIF_VALIDATE; in openDialogPreVista()
/dports/emulators/teo/teo/src/win/wgui/
H A Dwprinter.c107 bi.ulFlags = BIF_USENEWUI | BIF_RETURNONLYFSDIRS | BIF_NEWDIALOGSTYLE; in open_folder()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/W32Util/
H A DShellUtil.cpp30 info.ulFlags = BIF_EDITBOX | BIF_RETURNONLYFSDIRS | BIF_USENEWUI; in BrowseForFolder()
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/W32Util/
H A DShellUtil.cpp30 info.ulFlags = BIF_EDITBOX | BIF_RETURNONLYFSDIRS | BIF_USENEWUI; in BrowseForFolder()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/W32Util/
H A DShellUtil.cpp30 info.ulFlags = BIF_EDITBOX | BIF_RETURNONLYFSDIRS | BIF_USENEWUI; in BrowseForFolder()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/
H A Djuce_win32_FileChooser.cpp387 #ifdef BIF_USENEWUI in openDialogPreVista()
388 bi.ulFlags = BIF_USENEWUI | BIF_VALIDATE; in openDialogPreVista()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DDirectories.cpp252 bi.ulFlags = BIF_RETURNONLYFSDIRS | BIF_USENEWUI; in browseForDir()
/dports/audio/praat/praat-6.2.03/sys/
H A DGuiFileSelect.cpp213 info. ulFlags = BIF_USENEWUI;
/dports/emulators/tilem/tilem-2.0/gui/
H A Dfiledlg.c404 bifw.ulFlags = (BIF_RETURNONLYFSDIRS | BIF_USENEWUI); in dir_chooser_main()
419 bifa.ulFlags = (BIF_RETURNONLYFSDIRS | BIF_USENEWUI); in dir_chooser_main()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/msw/
H A Dmswin.c642 bi.ulFlags = (BIF_RETURNONLYFSDIRS|BIF_USENEWUI); in getWinDirectoryDisplay()
/dports/deskutils/calibre/calibre-src-5.34.0/bypy/windows/
H A Dportable-installer.cpp296 BIF_RETURNONLYFSDIRS | BIF_DONTGOBELOWDOMAIN | BIF_USENEWUI, in get_directory_from_user()
/dports/math/R/R-4.1.2/src/extra/graphapp/
H A Ddialogs.c686 bi.ulFlags = BIF_RETURNONLYFSDIRS | BIF_USENEWUI; in askcdstring()
/dports/math/libRmath/R-4.1.1/src/extra/graphapp/
H A Ddialogs.c686 bi.ulFlags = BIF_RETURNONLYFSDIRS | BIF_USENEWUI; in askcdstring()

123