]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/private/mactext.h
typo fix
[wxWidgets.git] / include / wx / osx / carbon / private / mactext.h
index a0e7d5e5185e33b22d6eb868028e02e9e6de1187..5cbeb0a2dc91fbf759dc09e5d0cbd0fdd13fa14b 100644 (file)
@@ -26,6 +26,8 @@ public :
                              const wxSize& size, long style ) ;
     virtual ~wxMacUnicodeTextControl();
 
+    virtual bool CanFocus() const
+                  { return true; }
     virtual void VisibilityChanged(bool shown);
     virtual wxString GetStringValue() const ;
     virtual void SetStringValue( const wxString &str) ;
@@ -43,6 +45,7 @@ protected :
 
     // contains the tag for the content (is different for password and non-password controls)
     OSType m_valueTag ;
+    WXEVENTHANDLERREF    m_macTextCtrlEventHandler ;
 public :
     ControlEditTextSelectionRec m_selection ;
 };