]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sysopt.h
Add wxFont::SetSymbolicSize() and SetSymbolicSizeRelativeTo().
[wxWidgets.git] / interface / wx / sysopt.h
index 069b1c6ef840a29542130dcffa15123c9c5f7058..a3bc77240f2e3226cdc5640f381522385e78e4af 100644 (file)
     @flag{mac.textcontrol-use-spell-checker}
         This option only has effect for Mac OS X 10.4 and higher.
         If 1 activates the spell checking in wxTextCtrl.
+    @flag{osx.openfiledialog.always-show-types}
+        Per default a wxFileDialog with wxFD_OPEN does not show a types-popup on OSX but allows
+        the selection of files from any of the supported types. Setting this to 1 shows a wxChoice 
+        for selection (if there is more than one supported filetype).
     @endFlagTable
 
 
@@ -197,8 +201,8 @@ public:
     /**
         Sets an option. The function is case-insensitive to @a name.
     */
-    void SetOption(const wxString& name, const wxString& value);
-    void SetOption(const wxString& name, int value);
+    static void SetOption(const wxString& name, const wxString& value);
+    static void SetOption(const wxString& name, int value);
     //@}
 };