diff --git a/interface/wx/richtext/richtextstyles.h b/interface/wx/richtext/richtextstyles.h index 07af070842..085a293f60 100644 --- a/interface/wx/richtext/richtextstyles.h +++ b/interface/wx/richtext/richtextstyles.h @@ -267,12 +267,22 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0); + wxRichTextStyleListBox(); /** Destructor. */ virtual ~wxRichTextStyleListBox(); + /** + Creates the window. + */ + bool Create(wxWindow* parent, + wxWindowID id = wxID_ANY, + const wxPoint& pos = wxDefaultPosition, + const wxSize& size = wxDefaultSize, + long style = 0); + /** Applies the @e ith style to the associated rich text control. */ @@ -384,12 +394,22 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0); + wxRichTextStyleComboCtrl(); /** Destructor. */ virtual ~wxRichTextStyleComboCtrl(); + /** + Creates the windows. + */ + bool Create(wxWindow* parent, + wxWindowID id = wxID_ANY, + const wxPoint& pos = wxDefaultPosition, + const wxSize& size = wxDefaultSize, + long style = 0); + /** Returns the wxRichTextCtrl associated with this control. */