tinyfiledialogs (tinyfiledialogs) (original) (raw)

Members

c_str

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.

tinyfd_beep

No params, no return value, just beep

tinyfd_colorChooser

c_str

tinyfd_colorChooser(c_str title, c_str defaultHexRGB, ubyte[3] defaultRGB, ubyte[3] resultRGB)

tinyfd_inputBox

c_str

tinyfd_inputBox(c_str title, c_str message, c_str defaultInput)

tinyfd_messageBox

int

tinyfd_messageBox(c_str title, c_str message, c_str dialogType, c_str iconType, int defaultButton)

tinyfd_notifyPopup

int

tinyfd_notifyPopup(c_str title, c_str message, c_str iconType)

tinyfd_openFileDialog

c_str

tinyfd_openFileDialog(c_str title, c_str defaultPathAndFile, TFD_Filter[] filters, bool allowMultipleSelects)

tinyfd_saveFileDialog

c_str

tinyfd_saveFileDialog(c_str title, c_str defaultPathAndFile, TFD_Filter[] filters)

tinyfd_selectFolderDialog

c_str

tinyfd_selectFolderDialog(c_str title, c_str defaultPath)

tinyfd_forceConsole

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.

tinyfd_forceConsole

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.

tinyfd_forceConsole

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.

tinyfd_needs

Info about requirements for a platform

tinyfd_needs

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

tinyfd_response

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

tinyfd_silent

On unix, hide errors and warnings from called dialog; default is true

tinyfd_verbose

On unix, prints the command line calls; default is false

tinyfd_version

Contains tinyfd current version number

TFD_Filter

struct TFD_Filter

Single filter, used in open/save file dialogs