@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
/**
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);
//@}
};