]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/textctrl.h
make access for virtuals match base
[wxWidgets.git] / include / wx / osx / textctrl.h
index 569227838349d4ea3f0865fe6c7ea744adaa5e49..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);
 
@@ -185,10 +186,10 @@ protected:
     unsigned long  m_maxLength;
 
     virtual void EnableTextChangedEvents(bool enable)
-    { 
+    {
         m_triggerUpdateEvents = enable;
     }
-    
+
     bool m_triggerUpdateEvents ;
 
 private :