|
| static int | recent_size () |
| static void | recent_addtocb (HWND hwnd) |
| static void | recent_write (const char *path) |
| static void | recent_read () |
| static void | recent_add_tmp (const char *path) |
| void | BrowseFile_SetTemplate (const char *dlgid, DLGPROC dlgProc, struct SWELL_DialogResourceIndex *reshead) |
| static void | preprocess_user_path (char *buf, int bufsz) |
| static LRESULT WINAPI | swellFileSelectProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| bool | BrowseForSaveFile (const char *text, const char *initialdir, const char *initialfile, const char *extlist, char *fn, int fnsize) |
| bool | BrowseForDirectory (const char *text, const char *initialdir, char *fn, int fnsize) |
| char * | BrowseForFiles (const char *text, const char *initialdir, const char *initialfile, bool allowmul, const char *extlist) |
| static const char * | mbidtostr (int idx) |
| static LRESULT WINAPI | swellMessageBoxProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| int | MessageBox (HWND hwndParent, const char *text, const char *caption, int type) |
| bool | SWELL_ChooseColor (HWND h, COLORREF *val, int ncustom, COLORREF *custom) |
| bool | SWELL_ChooseFont (HWND h, LOGFONT *lf) |