Searched refs:TextEntryDialog1 (Results 1 – 2 of 2) sorted by relevance
229 wxTextEntryDialog* TextEntryDialog1; variable
344 …TextEntryDialog1 = new wxTextEntryDialog(this, _("Enter some text."), _("wxTextEntryDialog"), _("T… in BEGIN_EVENT_TABLE()1350 if(TextEntryDialog1->ShowModal() == wxID_OK){ in OnMenuItemTextEntryDlgSelected()1351 …LogString(wxString::Format(_("wxTextEntryDialog: You entered '%s'."), TextEntryDialog1->GetValue()… in OnMenuItemTextEntryDlgSelected()