X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47d67540a017101b3e46abe9ef0f55914d8de37e..a43a4f9d4d4a7f107e81bc7de0c1eea729593ee2:/include/wx/motif/textctrl.h?ds=sidebyside diff --git a/include/wx/motif/textctrl.h b/include/wx/motif/textctrl.h index 4556a46d82..984432970f 100644 --- a/include/wx/motif/textctrl.h +++ b/include/wx/motif/textctrl.h @@ -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()