Go to the source code of this file.
Functions | |
char const * | tinyfd_arrayDialog (char const *const aTitle, int const aNumOfColumns, char const *const *const aColumns, int const aNumOfRows, char const *const *const aCells) |
void | tinyfd_beep (void) |
char const * | tinyfd_colorChooser (char const *const aTitle, char const *const aDefaultHexRGB, unsigned char const aDefaultRGB[3], unsigned char aoResultRGB[3]) |
char const * | tinyfd_inputBox (char const *const aTitle, char const *const aMessage, char const *const aDefaultInput) |
int | tinyfd_messageBox (char const *const aTitle, char const *const aMessage, char const *const aDialogType, char const *const aIconType, int const aDefaultButton) |
int | tinyfd_notifyPopup (char const *const aTitle, char const *const aMessage, char const *const aIconType) |
char const * | tinyfd_openFileDialog (char const *const aTitle, char const *const aDefaultPathAndFile, int const aNumOfFilterPatterns, char const *const *const aFilterPatterns, char const *const aSingleFilterDescription, int const aAllowMultipleSelects) |
char const * | tinyfd_saveFileDialog (char const *const aTitle, char const *const aDefaultPathAndFile, int const aNumOfFilterPatterns, char const *const *const aFilterPatterns, char const *const aSingleFilterDescription) |
char const * | tinyfd_selectFolderDialog (char const *const aTitle, char const *const aDefaultPath) |
Variables | |
int | tinyfd_forceConsole |
char const | tinyfd_needs [] |
char | tinyfd_response [1024] |
int | tinyfd_silent |
int | tinyfd_verbose |
char const | tinyfd_version [8] |
char const* tinyfd_arrayDialog | ( | char const *const | aTitle, |
int const | aNumOfColumns, | ||
char const *const *const | aColumns, | ||
int const | aNumOfRows, | ||
char const *const *const | aCells | ||
) |
Definition at line 7260 of file tinyfiledialogs.c.
Definition at line 4118 of file tinyfiledialogs.c.
char const* tinyfd_colorChooser | ( | char const *const | aTitle, |
char const *const | aDefaultHexRGB, | ||
unsigned char const | aDefaultRGB[3], | ||
unsigned char | aoResultRGB[3] | ||
) |
Definition at line 6977 of file tinyfiledialogs.c.
char const* tinyfd_inputBox | ( | char const *const | aTitle, |
char const *const | aMessage, | ||
char const *const | aDefaultInput | ||
) |
Definition at line 5291 of file tinyfiledialogs.c.
int tinyfd_messageBox | ( | char const *const | aTitle, |
char const *const | aMessage, | ||
char const *const | aDialogType, | ||
char const *const | aIconType, | ||
int const | aDefaultButton | ||
) |
Definition at line 4168 of file tinyfiledialogs.c.
int tinyfd_notifyPopup | ( | char const *const | aTitle, |
char const *const | aMessage, | ||
char const *const | aIconType | ||
) |
Definition at line 5092 of file tinyfiledialogs.c.
char const* tinyfd_openFileDialog | ( | char const *const | aTitle, |
char const *const | aDefaultPathAndFile, | ||
int const | aNumOfFilterPatterns, | ||
char const *const *const | aFilterPatterns, | ||
char const *const | aSingleFilterDescription, | ||
int const | aAllowMultipleSelects | ||
) |
Definition at line 6240 of file tinyfiledialogs.c.
char const* tinyfd_saveFileDialog | ( | char const *const | aTitle, |
char const *const | aDefaultPathAndFile, | ||
int const | aNumOfFilterPatterns, | ||
char const *const *const | aFilterPatterns, | ||
char const *const | aSingleFilterDescription | ||
) |
Definition at line 5842 of file tinyfiledialogs.c.
char const* tinyfd_selectFolderDialog | ( | char const *const | aTitle, |
char const *const | aDefaultPath | ||
) |
Definition at line 6703 of file tinyfiledialogs.c.
int tinyfd_forceConsole |
Definition at line 144 of file tinyfiledialogs.c.
char const tinyfd_needs[] |
Definition at line 187 of file tinyfiledialogs.c.
char tinyfd_response[1024] |
Definition at line 152 of file tinyfiledialogs.c.
int tinyfd_silent |
Definition at line 138 of file tinyfiledialogs.c.
int tinyfd_verbose |
Definition at line 137 of file tinyfiledialogs.c.
char const tinyfd_version[8] |
Definition at line 135 of file tinyfiledialogs.c.