Lines Matching refs:_T
101 fileMenu->Append(ID_NEW_WINDOW, _T("New Window\tCTRL+N"));
102 fileMenu->Append(ID_LOADFILE, _T("Open File...\tCTRL+O"));
104 fileMenu->Append(wxID_EXIT, _T("E&xit\tAlt-X"), _T("Quit this program"));
107 editMenu->Append(wxID_CUT, _T("Cut\tCTRL+X"));
108 editMenu->Append(wxID_COPY, _T("Copy\tCTRL+C"));
109 editMenu->Append(wxID_PASTE, _T("Paste\tCTRL+V"));
129 helpMenu->Append(wxID_ABOUT, _T("&About...\tF1"), _T("Show about dialog"));
133 menuBar->Append(fileMenu, _T("&File"));
134 menuBar->Append(editMenu, _T("&Edit"));
135 menuBar->Append(viewMenu, _T("&View"));
136 menuBar->Append(helpMenu, _T("&Help"));
150 addressBar = new wxTextCtrl(toolbar, ID_TEXTCTRL, _T(""), wxDefaultPosition, wxSize(400, -1), wxTE_PROCESS_ENTER);
197 msg.Printf(_T("This is the About dialog of the wxWebKit sample.\n")
198 _T("Welcome to %s"), wxVERSION_STRING);
200 wxMessageBox(msg, _T("About wxWebKit Sample"), wxOK | wxICON_INFORMATION, this);