Searched refs:menuText (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.cpp472 wxMenu *menuText = new wxMenu; local
473 menuText->Append(TEXT_ADD_SOME, _T("&Append some text\tCtrl-A"));
474 menuText->Append(TEXT_ADD_FREEZE, _T("&Append text with freeze/thaw\tShift-Ctrl-A"));
475 menuText->Append(TEXT_REMOVE, _T("&Remove first 10 characters\tCtrl-Y"));
476 menuText->Append(TEXT_REPLACE, _T("&Replace characters 4 to 8 with ABC\tCtrl-R"));
477 menuText->Append(TEXT_SELECT, _T("&Select characters 4 to 8\tCtrl-I"));
478 menuText->Append(TEXT_SET, _T("&Set the first text zone value\tCtrl-E"));
479 menuText->Append(TEXT_CHANGE, _T("&Change the first text zone value\tShift-Ctrl-E"));
480 menuText->AppendSeparator();
481 menuText
[all...]

Completed in 50 milliseconds