Home
last modified time | relevance | path

Searched refs:cancellabel (Results 1 – 9 of 9) sorted by relevance

/dports/www/moodle310/moodle/lib/
H A Doutputactions.php113 * @param string $cancellabel The string to use for the cancel button
115 …public function __construct($message, $callback = null, $continuelabel = null, $cancellabel = null… argument
124 'continuelabel' => $continuelabel, 'cancellabel' => $cancellabel));
/dports/www/moodle39/moodle/lib/
H A Doutputactions.php113 * @param string $cancellabel The string to use for the cancel button
115 …public function __construct($message, $callback = null, $continuelabel = null, $cancellabel = null… argument
124 'continuelabel' => $continuelabel, 'cancellabel' => $cancellabel));
/dports/www/moodle311/moodle/lib/
H A Doutputactions.php113 * @param string $cancellabel The string to use for the cancel button
115 …public function __construct($message, $callback = null, $continuelabel = null, $cancellabel = null… argument
124 'continuelabel' => $continuelabel, 'cancellabel' => $cancellabel));
/dports/games/crimson/crimson-0.5.3/src/common/
H A Dfilewindow.cpp51 const char *cancellabel = MSG(MSG_B_CANCEL); in FileWindow() local
53 unsigned short cancellen = sfont->TextWidth( cancellabel ); in FileWindow()
75 ok->Width(), ok->Height(), 0, cancellabel, this ); in FileWindow()
/dports/german/BBBike/BBBike-3.18/lib/Tk/
H A DLayerEditorToplevel.pm64 -cancellabel => ['METHOD','cancelLabel','CancelLabel','Cancel'],
105 sub cancellabel { $_[0]->_set_label('cancel', $_[1]) } subroutine
/dports/x11-toolkits/p5-Tk/Tk-804.035/Tk/
H A DFileSelect.pm261 -cancellabel => [ 'PASSIVE', undef, undef, 'Cancel'],
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/
H A DChanges157 * Bugfix from Alfonso E.M. <alfonso@el-magnifico.org> for XDialog cancellabel
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/lib/UI/Dialog/Backend/
H A DXDialog.pod174 =item B<cancellabel = "label"> ('') *
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dafni_func.c4189 XmString oklabel , cancellabel ; in AFNI_make_file_dialog() local
4210 cancellabel = XmStringCreateLtoR( "Quit" , XmFONTLIST_DEFAULT_TAG ) ; in AFNI_make_file_dialog()
4216 XmNcancelLabelString , cancellabel , in AFNI_make_file_dialog()
4222 XmStringFree(oklabel) ; XmStringFree(cancellabel) ; in AFNI_make_file_dialog()