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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/stc/
H A Dstctest.cpp524 wxMenu *menuView = new wxMenu; local
525 menuView->Append (myID_HILIGHTLANG, _("&Hilight language .."), menuHilight);
526 menuView->AppendSeparator();
527 menuView->AppendCheckItem (myID_FOLDTOGGLE, _("&Toggle current fold\tCtrl+T"));
528 menuView->AppendCheckItem (myID_OVERTYPE, _("&Overwrite mode\tIns"));
529 menuView->AppendCheckItem (myID_WRAPMODEON, _("&Wrap mode\tCtrl+U"));
530 menuView->AppendSeparator();
531 menuView->AppendCheckItem (myID_DISPLAYEOL, _("Show line &endings"));
532 menuView->AppendCheckItem (myID_INDENTGUIDE, _("Show &indent guides"));
533 menuView
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dlife.cpp193 wxMenu *menuView = new wxMenu(wxMENU_TEAROFF); local
206 menuView->Append(ID_SHOWNAV, _("Navigation &toolbox"), _("Show or hide toolbox"), wxITEM_CHECK);
207 menuView->Check(ID_SHOWNAV, true);
208 menuView->AppendSeparator();
211 menuView->Append(ID_ORIGIN, _("&Absolute origin"), _("Go to (0, 0)"));
212 menuView->Append(ID_CENTER, _("&Center of mass"), _("Find center of mass"));
213 menuView->Append(ID_NORTH, _("&North"), _("Find northernmost cell"));
214 menuView->Append(ID_SOUTH, _("&South"), _("Find southernmost cell"));
215 menuView->Append(ID_EAST, _("&East"), _("Find easternmost cell"));
216 menuView
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.cpp219 wxMenu *menuView = new wxMenu; local
220 menuView->Append(LIST_LIST_VIEW, _T("&List view\tF1"));
221 menuView->Append(LIST_REPORT_VIEW, _T("&Report view\tF2"));
222 menuView->Append(LIST_ICON_VIEW, _T("&Icon view\tF3"));
223 menuView->Append(LIST_ICON_TEXT_VIEW, _T("Icon view with &text\tF4"));
224 menuView->Append(LIST_SMALL_ICON_VIEW, _T("&Small icon view\tF5"));
225 menuView->Append(LIST_SMALL_ICON_TEXT_VIEW, _T("Small icon &view with text\tF6"));
226 menuView->Append(LIST_VIRTUAL_VIEW, _T("&Virtual view\tF7"));
227 menuView->Append(LIST_SMALL_VIRTUAL_VIEW, _T("Small virtual vie&w\tF8"));
229 menuView
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.h252 ConfigView *menuView; member in class:ConfigMainWindow
H A Dqconf.cc846 menuView = new ConfigView(split1, this, configSettings);
847 menuList = menuView->list;
1186 menuView->hide();
1209 menuView->show();
1215 menuView->hide();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc1283 menuView = new ConfigView(split1, "menu");
1284 menuList = menuView->list;
1345 connect(optGroup, SIGNAL(selected(QAction *)), menuView,
1567 menuView->hide();
1590 menuView->show();
1596 menuView->hide();
H A Dqconf.h332 ConfigView *menuView; member in class:ConfigMainWindow

Completed in 65 milliseconds