Searched refs:actionButtonLabel (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/plat-mac/ |
D | EasyDialogs.py | 641 actionButtonLabel=None, argument 659 actionButtonLabel=actionButtonLabel,cancelButtonLabel=cancelButtonLabel, 693 actionButtonLabel=None, argument 712 actionButtonLabel=actionButtonLabel,cancelButtonLabel=cancelButtonLabel, 752 actionButtonLabel=None, argument 769 actionButtonLabel=actionButtonLabel,cancelButtonLabel=cancelButtonLabel,
|
/external/python/cpython2/Doc/library/ |
D | easydialogs.rst | 110 … defaultOptionFlags] [, location] [, clientName] [, windowTitle] [, actionButtonLabel] [, cancelBu… 117 *actionButtonLabel* is a string to show instead of "Open" in the OK button, 129 … defaultOptionFlags] [, location] [, clientName] [, windowTitle] [, actionButtonLabel] [, cancelBu… 137 … defaultOptionFlags] [, location] [, clientName] [, windowTitle] [, actionButtonLabel] [, cancelBu…
|
/external/python/cpython2/Mac/Modules/ |
D | Nav.c | 175 if ( !PyArg_Parse(value, "O&", PyMac_GetStr255, &opt->actionButtonLabel) ) in filldialogoptions() 880 "actionButtonLabel", PyMac_BuildStr255, &dialogOptions.actionButtonLabel, in nav_NavGetDefaultDialogOptions()
|