wxNativeFontInfo changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1697,9 +1697,16 @@ typedef enum {
|
||||
wxPRINT_MODE_PRINTER = 3 // Send to printer
|
||||
} wxPrintMode;
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// Macro to specify "All Files" on different platforms
|
||||
// ---------------------------------------------------------------------------
|
||||
// ----------------------------------------------------------------------------
|
||||
// miscellaneous
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// define this macro if font handling is done using the X font names
|
||||
#if defined(__WXGTK__) || defined(__X__)
|
||||
#define _WX_X_FONTLIKE
|
||||
#endif
|
||||
|
||||
// macro to specify "All Files" on different platforms
|
||||
#if defined(__WXMSW__)
|
||||
# define wxALL_FILES_PATTERN "*.*"
|
||||
# define wxALL_FILES gettext_noop("All files (*.*)|*.*")
|
||||
@@ -1707,6 +1714,7 @@ typedef enum {
|
||||
# define wxALL_FILES_PATTERN "*"
|
||||
# define wxALL_FILES gettext_noop("All files (*)|*")
|
||||
#endif
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// macros that enable wxWindows apps to be compiled in absence of the
|
||||
// sytem headers, although some platform specific types are used in the
|
||||
|
Reference in New Issue
Block a user