Home
last modified time | relevance | path

Searched refs:SAVE_FILE_DIALOG (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/bochs/bochs-2.7/gui/
H A Dparamtree.h379 SAVE_FILE_DIALOG = 2, // Use save dialog opposed to open file dialog enumerator
H A Dwin32config.cc555 rcfile->set_options(rcfile->SAVE_FILE_DIALOG); in MainMenuDlgProc()
H A Dwxmain.cc988 (n_opt & param->SAVE_FILE_DIALOG) ? wxFD_SAVE|wxFD_OVERWRITE_PROMPT : wxFD_OPEN; in HandleAskParamString()
H A Dgui.cc540 bx_param_string_c::SAVE_FILE_DIALOG); in snapshot_handler()
H A Dwin32paramdlg.cc321 if (param->get_options() & param->SAVE_FILE_DIALOG) { in AskFilename()
H A Dx.cc2692 } else if ((opts & sparam->SAVE_FILE_DIALOG) || in x11_notify_callback()