Home
last modified time | relevance | path

Searched refs:entry_menu (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/dialogs/
H A Ddialogs.cpp292 wxMenu *entry_menu = new wxMenu; in OnInit() local
295 entry_menu->Append(DIALOGS_TEXT_ENTRY, _T("Text &entry\tCtrl-E")); in OnInit()
296 entry_menu->Append(DIALOGS_PASSWORD_ENTRY, _T("&Password entry\tCtrl-P")); in OnInit()
300 entry_menu->Append(DIALOGS_NUM_ENTRY, _T("&Numeric entry\tCtrl-N")); in OnInit()
303 menuDlg->Append(wxID_ANY,_T("&Entry dialogs"),entry_menu); in OnInit()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/dialogs/
H A Ddialogs.cpp292 wxMenu *entry_menu = new wxMenu; in OnInit() local
295 entry_menu->Append(DIALOGS_TEXT_ENTRY, _T("Text &entry\tCtrl-E")); in OnInit()
296 entry_menu->Append(DIALOGS_PASSWORD_ENTRY, _T("&Password entry\tCtrl-P")); in OnInit()
300 entry_menu->Append(DIALOGS_NUM_ENTRY, _T("&Numeric entry\tCtrl-N")); in OnInit()
303 menuDlg->Append(wxID_ANY,_T("&Entry dialogs"),entry_menu); in OnInit()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/dialogs/
H A Ddialogs.cpp292 wxMenu *entry_menu = new wxMenu; in OnInit() local
295 entry_menu->Append(DIALOGS_TEXT_ENTRY, _T("Text &entry\tCtrl-E")); in OnInit()
296 entry_menu->Append(DIALOGS_PASSWORD_ENTRY, _T("&Password entry\tCtrl-P")); in OnInit()
300 entry_menu->Append(DIALOGS_NUM_ENTRY, _T("&Numeric entry\tCtrl-N")); in OnInit()
303 menuDlg->Append(wxID_ANY,_T("&Entry dialogs"),entry_menu); in OnInit()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/dialogs/
H A Ddialogs.cpp292 wxMenu *entry_menu = new wxMenu; in OnInit() local
295 entry_menu->Append(DIALOGS_TEXT_ENTRY, _T("Text &entry\tCtrl-E")); in OnInit()
296 entry_menu->Append(DIALOGS_PASSWORD_ENTRY, _T("&Password entry\tCtrl-P")); in OnInit()
300 entry_menu->Append(DIALOGS_NUM_ENTRY, _T("&Numeric entry\tCtrl-N")); in OnInit()
303 menuDlg->Append(wxID_ANY,_T("&Entry dialogs"),entry_menu); in OnInit()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/dialogs/
H A Ddialogs.cpp402 wxMenu *entry_menu = new wxMenu; in OnInit() local
405 entry_menu->Append(DIALOGS_LINE_ENTRY, wxT("Single line &entry\tCtrl-E")); in OnInit()
406 entry_menu->Append(DIALOGS_TEXT_ENTRY, wxT("Multi line text &entry\tShift-Ctrl-E")); in OnInit()
407 entry_menu->Append(DIALOGS_PASSWORD_ENTRY, wxT("&Password entry\tCtrl-P")); in OnInit()
411 entry_menu->Append(DIALOGS_NUM_ENTRY, wxT("&Numeric entry\tCtrl-N")); in OnInit()
414 menuDlg->Append(wxID_ANY,wxT("&Entry dialogs"),entry_menu); in OnInit()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/dialogs/
H A Ddialogs.cpp402 wxMenu *entry_menu = new wxMenu; in OnInit() local
405 entry_menu->Append(DIALOGS_LINE_ENTRY, wxT("Single line &entry\tCtrl-E")); in OnInit()
406 entry_menu->Append(DIALOGS_TEXT_ENTRY, wxT("Multi line text &entry\tShift-Ctrl-E")); in OnInit()
407 entry_menu->Append(DIALOGS_PASSWORD_ENTRY, wxT("&Password entry\tCtrl-P")); in OnInit()
411 entry_menu->Append(DIALOGS_NUM_ENTRY, wxT("&Numeric entry\tCtrl-N")); in OnInit()
414 menuDlg->Append(wxID_ANY,wxT("&Entry dialogs"),entry_menu); in OnInit()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/dialogs/
H A Ddialogs.cpp470 wxMenu *entry_menu = new wxMenu; in OnInit() local
473 entry_menu->Append(DIALOGS_LINE_ENTRY, "Single line &entry\tCtrl-E"); in OnInit()
474 entry_menu->Append(DIALOGS_TEXT_ENTRY, "Multi line text &entry\tShift-Ctrl-E"); in OnInit()
475 entry_menu->Append(DIALOGS_PASSWORD_ENTRY, "&Password entry\tCtrl-P"); in OnInit()
479 entry_menu->Append(DIALOGS_CREDENTIAL_ENTRY, "&Credential entry\tShift-Ctrl-C"); in OnInit()
483 entry_menu->Append(DIALOGS_NUM_ENTRY, "&Numeric entry\tCtrl-N"); in OnInit()
486 menuDlg->Append(wxID_ANY,"&Entry dialogs",entry_menu); in OnInit()