]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/textctrl.h
For wxMSW, split XPM handler into separate file (please add handler explicitly in...
[wxWidgets.git] / include / wx / motif / textctrl.h
index 4556a46d823186d3fa2de2840f5f5149e799157c..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;
 
@@ -139,7 +140,6 @@ public:
   void*     m_tempCallbackStruct;
   bool      m_modified;
   wxString  m_value; // Required for password text controls
-  bool      m_inSetValue;
   bool      m_processedDefault; // Did we call wxTextCtrl::OnChar?
                                 // If so, generate a command event.
   DECLARE_EVENT_TABLE()