Searched refs:wxOK (Results 1 - 25 of 171) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dmsgdlg.h33 long style = wxOK|wxCENTRE, const wxPoint& pos = wxDefaultPosition);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dmsgdlg.h30 ,long lStyle = wxOK|wxCENTRE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dmsgdlg.h33 long style = wxOK|wxCENTRE, const wxPoint& pos = wxDefaultPosition);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/multimon/
H A Dmultimon_test.cpp34 wxMessageBox( _T("This sample has to be compiled with wxUSE_DISPLAY"), _T("Building error"), wxOK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dmsgdlgg.h18 // type is an 'or' (|) of wxOK, wxCANCEL, wxYES_NO
30 long style = wxOK|wxCENTRE, const wxPoint& pos = wxDefaultPosition);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dmsgdlg.h37 long style = wxOK|wxCENTRE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dmsgdlg.h37 long style = wxOK|wxCENTRE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dmsgdlg.h33 long style = wxOK | wxCENTRE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DAddFriend.cpp61 wxMessageBox(_("You have to enter a valid IP and port!"), _("Information"), wxOK | wxICON_INFORMATION, this);
67 wxMessageBox(_("The specified userhash is not valid!"), _("Information"), wxOK | wxICON_INFORMATION, this);
H A DKadDlg.cpp182 wxMessageBox(_("Invalid ip to bootstrap"), _("WARNING"), wxOK | wxICON_EXCLAMATION, this);
188 wxMessageBox(_("Invalid port to bootstrap"), _("WARNING"), wxOK | wxICON_EXCLAMATION, this);
192 wxMessageBox(_("Please fill all fields required"), _("Message"), wxOK | wxICON_INFORMATION, this);
H A DCatDialog.cpp141 _("Info"), wxOK, this);
151 _("Info"), wxOK, this);
163 _("Info"), wxOK, this);
H A DEditServerListDlg.cpp60 topsizer->Add( CreateButtonSizer( wxOK | wxCANCEL ), 0, wxCENTRE | wxALL, 10 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/xrc/
H A Dderivdlg.cpp97 wxOK | wxCANCEL | wxCENTER );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dmsgdlg.h18 // type is an 'or' (|) of wxOK, wxCANCEL, wxYES_NO
28 long style = wxOK|wxCENTRE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dmsgdlg.h18 // type is an 'or' (|) of wxOK, wxCANCEL, wxYES_NO
28 long style = wxOK|wxCENTRE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmsgdlg.h29 wxT("wxMessageBox: Did you mean wxOK (and not wxID_OK)?") );
72 long style = wxOK | wxCENTRE,
H A Ddialog.h38 ButtonSizerFlags = wxOK|wxCANCEL|wxYES|wxNO|wxHELP|wxNO_DEFAULT
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dmsgdlg.cpp51 int nAns = wxOK;
81 if (lStyle & wxOK)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/bakefiles/wxpresets/sample/
H A Dminimal.cpp181 wxMessageBox(msg, _T("About Minimal"), wxOK | wxICON_INFORMATION, this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dreader.cpp38 wxMessageBox( msg, _("Error"), wxICON_EXCLAMATION | wxOK ); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/minimal/
H A Dminimal.cpp197 wxOK | wxICON_INFORMATION,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/distrib/autopackage/sample/
H A Dminimal.cpp181 wxMessageBox(msg, _T("About Minimal"), wxOK | wxICON_INFORMATION, this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpassdlg.tex27 \param{const wxString\& }{caption = "Enter password"}, \param{const wxString\& }{defaultValue = ""}, \param{long }{style = wxOK \pipe wxCANCEL \pipe wxCENTRE}, \param{const wxPoint\& }{pos = wxDefaultPosition}}
39 \docparam{style}{A dialog style, specifying the buttons (wxOK, wxCANCEL)
H A Dtextdlg.tex26 \param{const wxString\& }{caption = "Please enter text"}, \param{const wxString\& }{defaultValue = ""}, \param{long }{style = wxOK \pipe wxCANCEL \pipe wxCENTRE}, \param{const wxPoint\& }{pos = wxDefaultPosition}}
38 \docparam{style}{A dialog style, specifying the buttons (wxOK, wxCANCEL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dmsgdlg.h52 long style = wxOK|wxCENTRE,

Completed in 233 milliseconds

1234567