Home
last modified time | relevance | path

Searched refs:appGuiSetCancelButtonForDialog (Results 1 – 6 of 6) sorted by relevance

/dports/editors/ted/Ted-2.23/appFrame/
H A DappQuestionMotif.c153 appGuiSetCancelButtonForDialog( &(qc->qcDialog), qc->qcCancelButton ); in appQuestionMakeYesNoCancelRow()
180 appGuiSetCancelButtonForDialog( &(qc->qcDialog), qc->qcCancelButton ); in appQuestionMakeOkCancelRow()
208 appGuiSetCancelButtonForDialog( &(qc->qcDialog), qc->qcNoButton ); in appQuestionMakeYesNoRow()
H A DappDialogGtk.c142 void appGuiSetCancelButtonForDialog( AppDialog * ad, in appGuiSetCancelButtonForDialog() function
H A DappDialogMotif.c226 void appGuiSetCancelButtonForDialog( AppDialog * ad, in appGuiSetCancelButtonForDialog() function
H A DappFrame.h923 extern void appGuiSetCancelButtonForDialog( AppDialog * ad,
H A DappPrintDialog.c1326 appGuiSetCancelButtonForDialog( &(apd->apdDialog), in appPrintDialogMakeButtonRow()
/dports/editors/ted/Ted-2.23/Ted/
H A DtedDocprops.c325 appGuiSetCancelButtonForDialog( &(dpd->dpdDialog), cancelButton ); in tedPropsDialogMakeButtonRow()