]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/textctrl.h
Many plot window gooddies.
[wxWidgets.git] / include / wx / mac / textctrl.h
index 675e21bb3fcabe3f523f9cbfe46cfdd5580b0de2..da11bfad29451f6255cfd566b5461fbd4e7aa98c 100644 (file)
@@ -119,11 +119,12 @@ public:
   virtual void PositionToXY(long pos, long *x, long *y) const ;
   virtual void ShowPosition(long pos);
   virtual void Clear();
+       virtual bool MacCanFocus() const { return true ; }
   
   // callbacks
   // ---------
   void OnDropFiles(wxDropFilesEvent& event);
-//  void OnChar(wxKeyEvent& event); // Process 'enter' if required
+       void OnChar(wxKeyEvent& event); // Process 'enter' if required
 //  void OnEraseBackground(wxEraseEvent& event);
   
   // Implementation