tinyfiledialogs (tinyfiledialogs) (original) (raw)
Members
alias c_str =
const(char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
No params, no return value, just beep
c_str
tinyfd_colorChooser(c_str title, c_str defaultHexRGB, ubyte[3] defaultRGB, ubyte[3] resultRGB)
c_str
tinyfd_inputBox(c_str title, c_str message, c_str defaultInput)
int
tinyfd_messageBox(c_str title, c_str message, c_str dialogType, c_str iconType, int defaultButton)
int
tinyfd_notifyPopup(c_str title, c_str message, c_str iconType)
c_str
tinyfd_openFileDialog(c_str title, c_str defaultPathAndFile, TFD_Filter[] filters, bool allowMultipleSelects)
c_str
tinyfd_saveFileDialog(c_str title, c_str defaultPathAndFile, TFD_Filter[] filters)
c_str
tinyfd_selectFolderDialog(c_str title, c_str defaultPath)
bool
tinyfd_forceConsole;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bool
tinyfd_forceConsole;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bool
tinyfd_forceConsole;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Info about requirements for a platform
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
char[1024]
tinyfd_response;
If you pass "tinyfd_query" as title, the functions will not display the dialogs but will return 0 for console mode, 1 for graphic mode.tinyfd_response is then filled with the retain solution. possible values for tinyfd_response are (all lowercase), for graphic mode: windows applescript kdialog zenity zenity3 matedialog qarma python2-tkinter python3-tkinter python-dbus perl-dbus gxmessage gmessage xmessage xdialog gdialog, for console mode: dialog whiptail basicinput no_solution
On unix, hide errors and warnings from called dialog; default is true
On unix, prints the command line calls; default is false
Contains tinyfd current version number
struct TFD_Filter
Single filter, used in open/save file dialogs