Searched refs:Cancel (Results 26 - 50 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhelpprov.tex44 May be used to set the same help string for all Cancel buttons in
H A Dtsizer.tex192 and a Cancel button to the right. In many cases (particularly dialogs under Unix and
252 new wxButton( this, wxID_CANCEL, "Cancel" ),
297 new wxButton( this, wxID_CANCEL, "Cancel" ),
H A Drichtextstyleorganiserdialog.tex37 \twocolitem{\windowstyle{wxRICHTEXT\_ORGANISER\_OK\_CANCEL}}{Provides OK and Cancel buttons.}
H A Dtdelwin.tex48 The default close event handler for wxDialog simulates a Cancel command,
H A Dwxmsw.tex181 not repeat an OK button on the dialog. You can add a Cancel button if necessary, but some dialogs
195 SetRightMenu(wxID_CANCEL, _("Cancel"));
197 // No OK/Cancel buttons on PocketPC, OK on caption will close
435 if pressing Cancel (the window is closed). This reflects the fact that modeless dialogs are
H A Drecrdset.tex83 \membersection{wxRecordSet::Cancel}
85 \func{void}{Cancel}{\void}
H A Ddialup.tex126 Cancel dialing the number initiated with \helpref{Dial}{wxdialupmanagerdial}
H A Dpagedlg.tex22 Note that the OK and Cancel buttons do not destroy the dialog; this must be done
H A Dttab.tex93 wxButton *cancelButton = new wxButton(this, wxID_CANCEL, "Cancel", wxPoint(185, 330), wxSize(80, 25));
H A Dfunction.tex1943 Cancel). For example:
1989 Cancel). For example:
2108 Pops up a dialog box containing a message, OK/Cancel buttons and a
2181 or press Cancel to return the empty string.
2198 Pops up a dialog box containing a message, OK/Cancel buttons and a multiple-selection
2199 listbox. The user may choose one or more item(s) and press OK or Cancel.
2206 If Cancel is pressed, -1 is returned.
2236 Pops up a dialog box containing a message, OK/Cancel buttons and a
2238 string or Cancel to return the empty string. Use
2240 valid choice and if you want to be able to detect pressing Cancel reliabl
[all...]
H A Ddocument.tex282 document is marked as unmodified and the function succeeds. If Cancel, the
H A Ddialog.tex406 \texttt{\textsc{Cancel}} button in this dialog. When the button with this id is
H A Dtxrc.tex400 <label>Cancel</label>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dshell.c509 Cancel(int sigNum) function
520 } /* Cancel */
H A Dcmds.c1834 osigpipe = NcSignal(SIGPIPE, Cancel);
1835 osigint = NcSignal(SIGINT, Cancel);
2036 osigpipe = NcSignal(SIGPIPE, Cancel);
2037 osigint = NcSignal(SIGINT, Cancel);
2952 osigpipe = NcSignal(SIGPIPE, Cancel);
2953 osigint = NcSignal(SIGINT, Cancel);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc1284 QMessageBox::Yes | QMessageBox::Default, QMessageBox::No, QMessageBox::Cancel | QMessageBox::Escape);
1287 mb.setButtonText(QMessageBox::Cancel, "Cancel Exit");
1294 case QMessageBox::Cancel:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc1618 QMessageBox::Yes | QMessageBox::Default, QMessageBox::No, QMessageBox::Cancel | QMessageBox::Escape);
1621 mb.setButtonText(QMessageBox::Cancel, _("Cancel Exit"));
1628 case QMessageBox::Cancel:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/csharp/
H A DUnzip.cs546 DialogResult rslt = MessageBox.Show("Overwrite [" + s + "]? Click Cancel to skip all.",
557 case DialogResult.Cancel:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Doptions.cc173 QDialogButtonBox * b = new QDialogButtonBox( QDialogButtonBox::Open|QDialogButtonBox::Cancel, Qt::Horizontal, this );
H A Dmainwin.cc1292 msgBox.setStandardButtons( QMessageBox::Ok | QMessageBox::Cancel );
1293 msgBox.setDefaultButton( QMessageBox::Cancel );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_am.cpp575 STDMETHOD(Cancel)(void) PURE;
738 STDMETHOD(Cancel)(void) PURE;
1069 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Cancel( void) = 0;
H A Dmediactrl.cpp570 STDMETHOD(Cancel)(void) PURE;
733 STDMETHOD(Cancel)(void) PURE;
1062 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Cancel( void) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex209 \twocolitem{Esc}{Cancel the label editing dialog}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h1620 // Cancel any modes such as call tip or auto-completion list display.
2758 // Cancel any modes such as call tip or auto-completion list display.
2759 void Cancel();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Drtmp_init.c2944 BOOLEAN Cancel; local
2950 RTMPCancelTimer(pTimer, &Cancel);
2964 Cancel timer objects

Completed in 121 milliseconds

123