Searched refs:wxOK (Results 51 - 75 of 171) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_propdlg.cpp131 if (buttons.Find(wxT("wxOK")) != wxNOT_FOUND) flags |= wxOK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmltchdlg.tex53 \twocolitem{{\bf wxOK}}{Show an OK button.}
57 The default value is equivalent to {\bf wxDEFAULT\_DIALOG\_STYLE \pipe wxRESIZE\_BORDER \pipe wxOK \pipe wxCANCEL \pipe wxCENTRE}.
H A Dsngchdlg.tex59 \twocolitem{{\bf wxOK}}{Show an OK button.}
63 The default value is equivalent to {\bf wxDEFAULT\_DIALOG\_STYLE \pipe wxRESIZE\_BORDER \pipe wxOK \pipe wxCANCEL \pipe wxCENTRE}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/event/
H A Devent.cpp292 wxT("About Event Sample"), wxOK | wxICON_INFORMATION, this );
305 wxT("Dynamic Event Handler"), wxOK | wxICON_INFORMATION, this
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/internat/
H A Dinternat.cpp295 wxOK | wxICON_INFORMATION
345 wxMessageBox(str, _("Result"), wxOK | wxICON_INFORMATION);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dchoicdgg.h29 (wxDEFAULT_DIALOG_STYLE | wxOK | wxCANCEL | wxCENTRE)
32 (wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxOK | wxCANCEL | wxCENTRE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dpropform.cpp438 wxMessageBox(buf, wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow);
446 wxMessageBox(buf, wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow);
509 wxMessageBox(buf, wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow);
524 wxMessageBox(buf, wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow);
652 wxMessageBox(str, wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmboard.cpp175 wxMessageBox(_T("Your system has no multimedia capabilities. We are exiting now."), _T("Major error !"), wxOK | wxICON_ERROR, NULL);
184 wxMessageBox(msg, _T("Good !"), wxOK | wxICON_INFORMATION, NULL);
410 wxMessageBox(msg, _T("About MMBoard"), wxOK | wxICON_INFORMATION, this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmsgdlg.cpp189 if (style & wxOK)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddialog.cpp62 MacCreateRealWindow( title , pos , size , MacRemoveBordersFromStyle(style) & ~(wxYES|wxOK|wxNO|wxCANCEL) , name ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/png/
H A Dpngdemo.cpp104 _T("About PNG Demo"), wxOK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/printing/
H A Dprinting.cpp225 wxMessageBox(_T("There was a problem printing.\nPerhaps your current printer is not set correctly?"), _T("Printing"), wxOK);
227 wxMessageBox(_T("You canceled printing"), _T("Printing"), wxOK);
243 wxMessageBox(_T("There was a problem previewing.\nPerhaps your current printer is not set correctly?"), _T("Previewing"), wxOK);
315 _T("About wxWidgets printing demo"), wxOK|wxCENTRE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/propsize/
H A Dpropsize.cpp250 wxMessageBox(msg, _T("About Shaped Sizer"), wxOK | wxICON_INFORMATION, this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/vscroll/
H A Dvstest.cpp287 wxOK | wxICON_INFORMATION,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpfrm.cpp237 wxICON_INFORMATION|wxOK, this); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/splittree/
H A Dtree.cpp221 wxMessageBox(msg, wxT("About Tree Test"), wxOK | wxICON_INFORMATION, this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/plot/
H A Dplot.cpp176 _T("About wxPlotWindow Demo"), wxICON_INFORMATION | wxOK ); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/stc/
H A Dstctest.cpp366 wxOK | wxICON_EXCLAMATION);
391 wxOK | wxICON_EXCLAMATION);
429 _("Previewing"), wxOK);
450 _("Previewing"), wxOK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/artprov/
H A Darttest.cpp207 wxOK | wxICON_INFORMATION, this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddbgrptg.cpp206 sizerTop->Add(CreateStdDialogButtonSizer(wxOK | wxCANCEL),
368 sizerTop->Add(CreateStdDialogButtonSizer(wxOK | wxCANCEL), flagsFixed);
H A Dfiledlgg.cpp712 wxMessageDialog dialog(this, _("Operation not permitted."), _("Error"), wxOK | wxICON_ERROR );
830 wxMessageDialog dialog(this, _("Illegal directory name."), _("Error"), wxOK | wxICON_ERROR );
844 wxMessageDialog dialog(this, _("File name exists already."), _("Error"), wxOK | wxICON_ERROR );
862 wxMessageDialog dialog(this, _("Operation not permitted."), _("Error"), wxOK | wxICON_ERROR );
1138 wxSizer *bsizer = CreateButtonSizer(wxOK | wxCANCEL);
1420 wxMessageBox(_("Illegal file specification."), _("Error"), wxOK | wxICON_ERROR );
1449 wxOK | wxICON_ERROR );
1477 wxOK | wxICON_ERROR );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dialogs/
H A Ddialogs.cpp628 wxMessageBox(msg, _T("Numeric test result"), wxOK | icon, this);
642 _T("Got password"), wxOK | wxICON_INFORMATION, this);
653 wxOK | wxCANCEL);
657 wxMessageBox(dialog.GetValue(), _T("Got string"), wxOK | wxICON_INFORMATION, this);
1039 wxOK | wxICON_INFORMATION, this);
1440 wxOK | wxICON_INFORMATION, this);
1449 wxOK | wxICON_INFORMATION, this);
1572 CreateButtons(wxOK | wxCANCEL |
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mobile/wxedit/
H A Dwxedit.cpp194 wxOK | wxICON_INFORMATION,
294 _T("About wxEdit"), wxOK|wxICON_INFORMATION );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule.cpp449 ShowAlert(msg, _("WARNING"), wxCENTRE | wxOK | wxICON_ERROR);
497 ShowAlert(info, _("Info"), wxCENTRE | wxOK | wxICON_ERROR);
659 _("ERROR"), wxOK | wxICON_ERROR);
776 ShowAlert(err, _("ERROR"), wxOK | wxICON_ERROR);
1054 ShowAlert(info, _("Info"), wxCENTRE | wxOK | wxICON_ERROR);
1065 ShowAlert(_("The folder for Online Signature files you specified is INVALID!\n OnlineSignature will be DISABLED until you fix it on preferences."), _("ERROR"), wxOK | wxICON_ERROR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Ddoc.cpp66 (void)wxMessageBox(_T("Sorry, could not open this file for saving."), msgTitle, wxOK | wxICON_EXCLAMATION,
90 (void)wxMessageBox(_T("Sorry, could not open this file."), msgTitle, wxOK|wxICON_EXCLAMATION,

Completed in 325 milliseconds

1234567