|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <stdio.h>#include <wchar.h>#include "Fl_Native_File_Chooser_common.cxx"#include <FL/Fl_Native_File_Chooser.H>
Go to the source code of this file.
Defines | |
| #define | LCURLY_CHR '{' |
| #define | RCURLY_CHR '}' |
| #define | LBRACKET_CHR '[' |
| #define | RBRACKET_CHR ']' |
| #define | MAXFILTERS 80 |
Typedefs | |
| typedef const wchar_t * | LPCWSTR |
Functions | |
| LPCWSTR | utf8towchar (const char *in) |
| char * | wchartoutf8 (LPCWSTR in) |
| void | fl_OleInitialize () |
| #define LBRACKET_CHR '[' |
Definition at line 46 of file Fl_Native_File_Chooser_WIN32.cxx.
| #define LCURLY_CHR '{' |
Definition at line 44 of file Fl_Native_File_Chooser_WIN32.cxx.
| #define MAXFILTERS 80 |
Definition at line 48 of file Fl_Native_File_Chooser_WIN32.cxx.
| #define RBRACKET_CHR ']' |
Definition at line 47 of file Fl_Native_File_Chooser_WIN32.cxx.
| #define RCURLY_CHR '}' |
Definition at line 45 of file Fl_Native_File_Chooser_WIN32.cxx.
| typedef const wchar_t* LPCWSTR |
Definition at line 38 of file Fl_Native_File_Chooser_WIN32.cxx.
| void fl_OleInitialize | ( | ) |
| LPCWSTR utf8towchar | ( | const char * | in | ) |
Definition at line 838 of file Fl_Native_File_Chooser_WIN32.cxx.
References NULL.
| char * wchartoutf8 | ( | LPCWSTR | in | ) |
Definition at line 824 of file Fl_Native_File_Chooser_WIN32.cxx.
References NULL.