wxRichTextStyleSheet(const wxRichTextStyleSheet& sheet)
: wxObject()
{
- Init();
+ Init();
Copy(sheet);
}
wxRichTextStyleSheet() { Init(); }
m_value = -1;
}
- virtual bool Create( wxWindow* parent )
- {
- return wxRichTextStyleListBox::Create(parent, wxID_ANY,
- wxPoint(0,0), wxDefaultSize,
- wxSIMPLE_BORDER);
- }
+ virtual bool Create( wxWindow* parent );
virtual wxWindow *GetControl() { return this; }