Home
last modified time | relevance | path

Searched refs:cancelButtonLabel (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
DEasyDialogs.py642 cancelButtonLabel=None, argument
659 actionButtonLabel=actionButtonLabel,cancelButtonLabel=cancelButtonLabel,
694 cancelButtonLabel=None, argument
712 actionButtonLabel=actionButtonLabel,cancelButtonLabel=cancelButtonLabel,
753 cancelButtonLabel=None, argument
769 actionButtonLabel=actionButtonLabel,cancelButtonLabel=cancelButtonLabel,
/external/python/cpython2/Doc/library/
Deasydialogs.rst110 …, location] [, clientName] [, windowTitle] [, actionButtonLabel] [, cancelButtonLabel] [, preferen…
118 *cancelButtonLabel* is a string to show instead of "Cancel" in the cancel
129 …, location] [, clientName] [, windowTitle] [, actionButtonLabel] [, cancelButtonLabel] [, preferen…
137 …, location] [, clientName] [, windowTitle] [, actionButtonLabel] [, cancelButtonLabel] [, preferen…
/external/python/cpython2/Mac/Modules/
DNav.c178 if ( !PyArg_Parse(value, "O&", PyMac_GetStr255, &opt->cancelButtonLabel) ) in filldialogoptions()
881 "cancelButtonLabel", PyMac_BuildStr255, &dialogOptions.cancelButtonLabel, in nav_NavGetDefaultDialogOptions()