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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/taskbar/
H A Dtbtest.cpp175 wxMessageBox(wxT("You clicked on a submenu!"));
191 wxMenu *submenu = new wxMenu; local
192 submenu->Append(PU_SUB1, _T("One submenu"));
193 submenu->AppendSeparator();
194 submenu->Append(PU_SUB2, _T("Another submenu"));
195 menu->Append(PU_SUBMAIN, _T("Submenu"), submenu);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dmconf.c52 " you wish to change or submenu wish to select and press <Enter>.\n"
524 struct menu *submenu; local
556 submenu = item_data();
558 if (submenu)
559 sym = submenu->sym;
568 submenu->data = (void *) (long) !submenu->data;
570 conf(submenu);
574 conf_choice(submenu);
575 else if (submenu
[all...]
H A Dnconf.c40 " you wish to change use <Enter> or <Space>. Goto submenu by \n"
1106 struct menu *submenu = 0; local
1181 submenu = (struct menu *) item_data();
1183 if (!submenu || !menu_is_visible(submenu))
1185 if (submenu)
1186 sym = submenu->sym;
1195 conf(submenu);
1202 submenu->data =
1203 (void *) (long) !submenu
[all...]
H A Dmenu.c479 struct menu *submenu[8], *menu; local
491 submenu[i++] = menu;
495 menu = submenu[i];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dmconf.c52 " you wish to change or submenu wish to select and press <Enter>.\n"
372 struct menu *submenu[8], *menu; local
384 submenu[i++] = menu;
388 menu = submenu[i];
713 struct menu *submenu; local
762 submenu = NULL;
763 if (sscanf(input_buf + 1, "%p", &submenu) == 1)
764 sym = submenu->sym;
771 submenu->data = (void *) (long) !submenu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dmconf.c333 struct menu *submenu; local
375 submenu = NULL;
376 if (sscanf(active_entry + 1, "%p", &submenu) == 1)
377 sym = submenu->sym;
384 submenu->data = (submenu->data)? NULL : (void *)1;
386 conf(submenu);
390 conf_choice(submenu);
393 conf_string(submenu);
405 show_help(submenu);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmenu.h89 // append a submenu
90 wxMenuItem* AppendSubMenu(wxMenu *submenu, argument
95 wxITEM_NORMAL, submenu));
142 // insert a submenu
146 wxMenu *submenu,
150 wxITEM_NORMAL, submenu));
190 // prepend a submenu
193 wxMenu *submenu,
196 return Insert(0u, itemid, text, submenu, help);
210 // delete the item from menu and destroy it (if it's a submenu)
143 Insert(size_t pos, int itemid, const wxString& text, wxMenu *submenu, const wxString& help = wxEmptyString) argument
191 Prepend(int itemid, const wxString& text, wxMenu *submenu, const wxString& help = wxEmptyString) argument
312 Append(int itemid, const wxString& text, wxMenu *submenu, const wxString& help = wxEmptyString) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dmenuce.cpp102 wxMenu *submenu = NULL; local
105 submenu = DuplicateMenu( item->GetSubMenu() );
107 submenu = NULL;
109 wxMenuItem *new_item = wxMenuItem::New(duplication, item->GetId(), item->GetLabel(), item->GetHelp(), item->GetKind(), submenu);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmenu.cpp247 // which happens if we're attached to a menubar or a submenu of another
294 wxMenu *submenu = item->GetSubMenu(); local
295 wxMenuItemList::compatibility_iterator node = submenu->GetMenuItems().GetFirst();
350 // append a new item or submenu to the menu
374 wxMenu *submenu = pItem->GetSubMenu(); local
375 if ( submenu != NULL ) {
376 wxASSERT_MSG( submenu->GetHMenu(), wxT("invalid submenu") );
378 submenu->SetParent(this);
380 id = (UINT)submenu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmenucmn.cpp487 void wxMenuBase::AddSubMenu(wxMenu *submenu) argument
489 wxCHECK_RET( submenu, _T("can't add a NULL submenu") );
491 submenu->SetParent((wxMenu *)this);
562 wxMenu *submenu = item->GetSubMenu(); local
563 if ( submenu )
565 submenu->SetParent((wxMenu *)NULL);
566 if ( submenu->IsAttached() )
567 submenu->Detach();
585 // don't delete the submenu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmenuitem.tex91 \docparam{subMenu}{If non-NULL, indicates that the menu item is a submenu.}
283 Returns the submenu associated with the menu item, or NULL if there isn't one.
325 Returns true if the item is a submenu.
391 Sets the submenu of this menu item.
H A Dmenu.tex138 Adds a pull-right submenu to the end of the menu. Append the submenu to the parent
155 \docparam{menu}{Pull-right submenu.}
262 \func{wxMenuItem *}{AppendSubMenu}{\param{wxMenu *}{submenu}, \param{const wxString\& }{text}, \param{const wxString\& }{help = wxEmptyString}}
264 Adds the given \arg{submenu} to this menu. \arg{text} is the text shown in the
266 submenu item is selected.
299 Deletes the menu item from the menu. If the item is a submenu, it will
301 delete a submenu.
322 Deletes the menu item from the menu. If the item is a submenu, it will
323 be deleted. Use \helpref{Remove}{wxmenuremove} if you want to keep the submenu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmenu.cpp104 // function appends a new item or submenu to the menu
105 // append a new item or submenu to the menu
122 wxASSERT_MSG( pSubMenu->m_hMenu != NULL , wxT("invalid submenu added"));
764 WXHMENU submenu = menu ? menu->GetHMenu() : 0;
765 wxCHECK_MSG( submenu, false, wxT("can't append invalid menu to menubar") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dmenu.cpp138 // called when a submenu is dismissed
209 // show the submenu for this item
225 // do we have an open submenu?
247 // do we currently have an opened submenu?
473 wxCHECK_RET( item && item->IsSubMenu(), _T("where is our open submenu?") );
476 wxCHECK_RET( win, _T("opened submenu is not opened?") );
655 wxCHECK_RET( item, _T("can't open NULL submenu") );
657 wxMenu *submenu = item->GetSubMenu(); local
658 wxCHECK_RET( submenu, _T("can only open submenus!") );
661 submenu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmenu.cpp203 // function appends a new item or submenu to the menu
204 // append a new item or submenu to the menu
223 wxASSERT_MSG( pSubMenu->m_hMenu != NULL , wxT("invalid submenu added"));
1081 WXHMENU submenu = menu ? menu->GetHMenu() : 0;
1082 wxCHECK_MSG( submenu, false, wxT("can't append invalid menu to menubar") );

Completed in 109 milliseconds