]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/textctrl.h
Added wxMotif data object classes
[wxWidgets.git] / include / wx / motif / textctrl.h
index 518d8a1edf9f061371f82775d93434c0f3cb1c18..984432970f204f2f3558fdbccb043b54e08de3ed 100644 (file)
@@ -124,11 +124,12 @@ public:
   void OnChar(wxKeyEvent& event);
 //  void OnEraseBackground(wxEraseEvent& event);
   
-  // Implementation
-  // --------------
   virtual void Command(wxCommandEvent& event);
 
-  //// Motif-specific
+// Implementation
+  virtual void ChangeFont(bool keepOriginalSize = TRUE);
+  virtual void ChangeBackgroundColour();
+  virtual void ChangeForegroundColour();
   inline void SetModified(bool mod) { m_modified = mod; }
   virtual WXWidget GetTopWidget() const;