Searched refs:eventProc (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Mac/Modules/ |
D | Nav.c | 454 NavEventUPP eventProc = NULL; in nav_NavGetFile() local 466 …if (!filldialogoptions(dict, &defaultLocation, &dialogOptions, &eventProc, &previewProc, &filterPr… in nav_NavGetFile() 469 eventProc, previewProc, filterProc, typeList, (void *)dict); in nav_NavGetFile() 489 NavEventUPP eventProc = NULL; in nav_NavPutFile() local 500 …if (!filldialogoptions(dict, &defaultLocation, &dialogOptions, &eventProc, NULL, NULL, NULL, &file… in nav_NavPutFile() 503 eventProc, fileType, fileCreator, (void *)dict); in nav_NavPutFile() 524 NavEventUPP eventProc = NULL; in nav_NavAskSaveChanges() local 533 if (!filldialogoptions(dict, NULL, &dialogOptions, &eventProc, NULL, NULL, NULL, NULL, NULL)) in nav_NavAskSaveChanges() 535 err = NavAskSaveChanges(&dialogOptions, action, &reply, eventProc, (void *)dict); in nav_NavAskSaveChanges() 553 NavEventUPP eventProc = NULL; in nav_NavCustomAskSaveChanges() local [all …]
|
/external/python/cpython2/Lib/plat-mac/ |
D | EasyDialogs.py | 645 eventProc=_dummy_Nav_eventproc, argument 661 popupExtension=popupExtension,eventProc=eventProc,previewProc=previewProc, 697 eventProc=_dummy_Nav_eventproc, argument 714 popupExtension=popupExtension,eventProc=eventProc,fileType=fileType, 756 eventProc=_dummy_Nav_eventproc, argument 771 popupExtension=popupExtension,eventProc=eventProc,filterProc=filterProc,
|
/external/python/cpython2/Doc/library/ |
D | easydialogs.rst | 110 …tonLabel] [, cancelButtonLabel] [, preferenceKey] [, popupExtension] [, eventProc] [, previewProc]… 129 …Label] [, preferenceKey] [, popupExtension] [, fileType] [, fileCreator] [, eventProc] [, wanted] ) 137 …tonLabel] [, cancelButtonLabel] [, preferenceKey] [, popupExtension] [, eventProc] [, filterProc] …
|