]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/textctrl.h
gtkfeatures.h does not exist under gtk+ 1.3.1, #ifndef it out
[wxWidgets.git] / include / wx / mac / textctrl.h
index 253491eaa0a5d5e13ae4666c60dd7c415a82f160..da11bfad29451f6255cfd566b5461fbd4e7aa98c 100644 (file)
@@ -111,6 +111,7 @@ public:
   virtual bool LoadFile(const wxString& file);
   virtual bool SaveFile(const wxString& file);
   virtual void WriteText(const wxString& text);
+  virtual void AppendText(const wxString& text);
   virtual void DiscardEdits();
   virtual bool IsModified() const;
   
@@ -118,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