]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/textctrl.h
Set initial window size as its minimal size.
[wxWidgets.git] / include / wx / osx / textctrl.h
index 76f52edf97c72fb0dd161ba8e4681345ea37f81b..c7c934144af23dafb2003a5666cc50e33eb83999 100644 (file)
@@ -93,6 +93,7 @@ public:
     // methods apply the given text style to the given selection or to
     // set/get the style which will be used for all appended text
     virtual bool SetFont( const wxFont &font );
+    virtual bool GetStyle(long position, wxTextAttr& style);
     virtual bool SetStyle(long start, long end, const wxTextAttr& style);
     virtual bool SetDefaultStyle(const wxTextAttr& style);