]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cocoa/private/textimpl.h
Add virtual ~wxAnyScrollHelperBase() to fix compiler warning.
[wxWidgets.git] / include / wx / osx / cocoa / private / textimpl.h
index 93c3ab85d4ee672659eba16c34b15cca73152340..767f31cddbf84ff60701ab6e19fc5b7d095ee467 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     03/02/99
-// RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -48,6 +47,8 @@ public :
     virtual bool becomeFirstResponder(WXWidget slf, void *_cmd);
     virtual bool resignFirstResponder(WXWidget slf, void *_cmd);
 
+    virtual void SetInternalSelection( long from , long to );
+
 protected :
     NSTextField* m_textField;
     long m_selStart;
@@ -113,6 +114,10 @@ public :
     virtual void Popup();
     virtual void Dismiss();
 
+    virtual void SetEditable(bool editable);
+
+    virtual void mouseEvent(WX_NSEvent event, WXWidget slf, void *_cmd);
+
 private:
     NSComboBox* m_comboBox;
 };