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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mdi/
H A Dmdi.h45 wxTextCtrl *textWindow; member in class:MyFrame
H A Dmdi.cpp171 textWindow = new wxTextCtrl(this, wxID_ANY, _T("A help window"),
295 textWindow->SetSize(0, 0, 200, h);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2rtf.cpp397 frame->textWindow = new wxTextCtrl(frame, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_READONLY|wxTE_MULTILINE);
399 (*frame->textWindow) << _T("Welcome to Tex2RTF.\n");
695 textWindow->Clear();
737 textWindow->SaveFile(s);
752 textWindow->LoadFile(OutputFile);
765 textWindow->LoadFile(InputFile);
775 textWindow->Clear();
789 textWindow->Clear();
1135 (*frame->textWindow) << _T("Error: ") << msg << _T("\n");
1160 (*frame->textWindow) << ms
[all...]
H A Dtex2rtf.h45 wxTextCtrl *textWindow; member in class:MyFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sashtest/
H A Dsashtest.cpp138 wxTextCtrl* textWindow = new wxTextCtrl(win, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, local
141 textWindow->SetValue(_T("A help window"));

Completed in 70 milliseconds