Searched refs:RichTextFrame (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/text/
H A Dtext.cpp336 * RichTextFrame is used to demonstrate rich text behaviour
339 class RichTextFrame: public wxFrame class in inherits:wxFrame
342 RichTextFrame(wxWindow* parent, const wxString& title);
1478 RichTextFrame* frame = new RichTextFrame(this, _T("Rich Text Editor"));
1512 * RichTextFrame is used to demonstrate rich text behaviour
1530 BEGIN_EVENT_TABLE(RichTextFrame, wxFrame)
1531 EVT_IDLE(RichTextFrame::OnIdle)
1532 EVT_MENU(RICHTEXT_CLOSE, RichTextFrame::OnClose)
1533 EVT_MENU(RICHTEXT_LEFT_ALIGN, RichTextFrame
1545 RichTextFrame::RichTextFrame(wxWindow* parent, const wxString& title): function in class:RichTextFrame
[all...]

Completed in 56 milliseconds