Searched refs:menuDlg (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/dialogs/
H A Ddialogs.cpp252 wxMenu *menuDlg = new wxMenu; local
254 menuDlg->Append(DIALOGS_MESSAGE_BOX, _T("&Message box\tCtrl-M"));
286 menuDlg->Append(wxID_ANY,_T("&Choices and selectors"),choices_menu);
303 menuDlg->Append(wxID_ANY,_T("&Entry dialogs"),entry_menu);
323 menuDlg->Append(wxID_ANY,_T("&File operations"),filedlg_menu);
332 menuDlg->Append(wxID_ANY,_T("&Directory operations"),dir_menu);
362 menuDlg->Append(wxID_ANY,_T("&Informative dialogs"),info_menu);
371 menuDlg->Append(wxID_ANY,_T("&Searching"),find_menu);
380 menuDlg->Append(wxID_ANY, _T("&Generic dialogs"), dialogs_menu);
395 menuDlg
[all...]

Completed in 51 milliseconds