diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-04-16 14:33:21 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-04-16 14:33:21 (GMT) |
commit | ded81a1ffe5c4398968888715b98b618f0604c37 (patch) | |
tree | 4615649ab17c51f51c1d12b10edf4074c120a8e5 /Mac/Modules/dlg | |
parent | 19171a21fdff4f63ca35b3cafc96a86280d0539b (diff) | |
download | cpython-ded81a1ffe5c4398968888715b98b618f0604c37.zip cpython-ded81a1ffe5c4398968888715b98b618f0604c37.tar.gz cpython-ded81a1ffe5c4398968888715b98b618f0604c37.tar.bz2 |
Removed ...gen.py files from repository
Diffstat (limited to 'Mac/Modules/dlg')
-rw-r--r-- | Mac/Modules/dlg/dlggen.py | 228 |
1 files changed, 0 insertions, 228 deletions
diff --git a/Mac/Modules/dlg/dlggen.py b/Mac/Modules/dlg/dlggen.py deleted file mode 100644 index 7eb9728..0000000 --- a/Mac/Modules/dlg/dlggen.py +++ /dev/null @@ -1,228 +0,0 @@ -# Generated from 'Sap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Dialogs.h' - -f = Function(DialogRef, 'NewDialog', - (NullStorage, 'wStorage', InMode), - (Rect_ptr, 'boundsRect', InMode), - (ConstStr255Param, 'title', InMode), - (Boolean, 'visible', InMode), - (short, 'procID', InMode), - (WindowRef, 'behind', InMode), - (Boolean, 'goAwayFlag', InMode), - (long, 'refCon', InMode), - (Handle, 'itmLstHndl', InMode), -) -functions.append(f) - -f = Function(DialogRef, 'GetNewDialog', - (short, 'dialogID', InMode), - (NullStorage, 'dStorage', InMode), - (WindowRef, 'behind', InMode), -) -functions.append(f) - -f = Function(void, 'ParamText', - (ConstStr255Param, 'param0', InMode), - (ConstStr255Param, 'param1', InMode), - (ConstStr255Param, 'param2', InMode), - (ConstStr255Param, 'param3', InMode), -) -functions.append(f) - -f = Function(void, 'ModalDialog', - (ModalFilterUPP, 'modalFilter', InMode), - (short, 'itemHit', OutMode), -) -functions.append(f) - -f = Function(Boolean, 'IsDialogEvent', - (EventRecord_ptr, 'theEvent', InMode), -) -functions.append(f) - -f = Function(Boolean, 'DialogSelect', - (EventRecord_ptr, 'theEvent', InMode), - (ExistingDialogPtr, 'theDialog', OutMode), - (short, 'itemHit', OutMode), -) -functions.append(f) - -f = Method(void, 'DrawDialog', - (DialogRef, 'theDialog', InMode), -) -methods.append(f) - -f = Method(void, 'UpdateDialog', - (DialogRef, 'theDialog', InMode), - (RgnHandle, 'updateRgn', InMode), -) -methods.append(f) - -f = Function(short, 'Alert', - (short, 'alertID', InMode), - (ModalFilterUPP, 'modalFilter', InMode), -) -functions.append(f) - -f = Function(short, 'StopAlert', - (short, 'alertID', InMode), - (ModalFilterUPP, 'modalFilter', InMode), -) -functions.append(f) - -f = Function(short, 'NoteAlert', - (short, 'alertID', InMode), - (ModalFilterUPP, 'modalFilter', InMode), -) -functions.append(f) - -f = Function(short, 'CautionAlert', - (short, 'alertID', InMode), - (ModalFilterUPP, 'modalFilter', InMode), -) -functions.append(f) - -f = Method(void, 'GetDialogItem', - (DialogRef, 'theDialog', InMode), - (short, 'itemNo', InMode), - (short, 'itemType', OutMode), - (OptHandle, 'item', OutMode), - (Rect, 'box', OutMode), -) -methods.append(f) - -f = Method(void, 'SetDialogItem', - (DialogRef, 'theDialog', InMode), - (short, 'itemNo', InMode), - (short, 'itemType', InMode), - (Handle, 'item', InMode), - (Rect_ptr, 'box', InMode), -) -methods.append(f) - -f = Method(void, 'HideDialogItem', - (DialogRef, 'theDialog', InMode), - (short, 'itemNo', InMode), -) -methods.append(f) - -f = Method(void, 'ShowDialogItem', - (DialogRef, 'theDialog', InMode), - (short, 'itemNo', InMode), -) -methods.append(f) - -f = Method(void, 'SelectDialogItemText', - (DialogRef, 'theDialog', InMode), - (short, 'itemNo', InMode), - (short, 'strtSel', InMode), - (short, 'endSel', InMode), -) -methods.append(f) - -f = Function(void, 'GetDialogItemText', - (Handle, 'item', InMode), - (Str255, 'text', OutMode), -) -functions.append(f) - -f = Function(void, 'SetDialogItemText', - (Handle, 'item', InMode), - (ConstStr255Param, 'text', InMode), -) -functions.append(f) - -f = Method(short, 'FindDialogItem', - (DialogRef, 'theDialog', InMode), - (Point, 'thePt', InMode), -) -methods.append(f) - -f = Function(DialogRef, 'NewColorDialog', - (NullStorage, 'dStorage', InMode), - (Rect_ptr, 'boundsRect', InMode), - (ConstStr255Param, 'title', InMode), - (Boolean, 'visible', InMode), - (short, 'procID', InMode), - (WindowRef, 'behind', InMode), - (Boolean, 'goAwayFlag', InMode), - (long, 'refCon', InMode), - (Handle, 'items', InMode), -) -functions.append(f) - -f = Function(short, 'GetAlertStage', -) -functions.append(f) - -f = Function(void, 'ResetAlertStage', -) -functions.append(f) - -f = Method(void, 'DialogCut', - (DialogRef, 'theDialog', InMode), -) -methods.append(f) - -f = Method(void, 'DialogPaste', - (DialogRef, 'theDialog', InMode), -) -methods.append(f) - -f = Method(void, 'DialogCopy', - (DialogRef, 'theDialog', InMode), -) -methods.append(f) - -f = Method(void, 'DialogDelete', - (DialogRef, 'theDialog', InMode), -) -methods.append(f) - -f = Function(void, 'SetDialogFont', - (short, 'value', InMode), -) -functions.append(f) - -f = Method(void, 'AppendDITL', - (DialogRef, 'theDialog', InMode), - (Handle, 'theHandle', InMode), - (DITLMethod, 'method', InMode), -) -methods.append(f) - -f = Method(short, 'CountDITL', - (DialogRef, 'theDialog', InMode), -) -methods.append(f) - -f = Method(void, 'ShortenDITL', - (DialogRef, 'theDialog', InMode), - (short, 'numberItems', InMode), -) -methods.append(f) - -f = Method(Boolean, 'StdFilterProc', - (DialogRef, 'theDialog', InMode), - (EventRecord, 'event', OutMode), - (short, 'itemHit', OutMode), -) -methods.append(f) - -f = Method(OSErr, 'SetDialogDefaultItem', - (DialogRef, 'theDialog', InMode), - (short, 'newItem', InMode), -) -methods.append(f) - -f = Method(OSErr, 'SetDialogCancelItem', - (DialogRef, 'theDialog', InMode), - (short, 'newItem', InMode), -) -methods.append(f) - -f = Method(OSErr, 'SetDialogTracksCursor', - (DialogRef, 'theDialog', InMode), - (Boolean, 'tracks', InMode), -) -methods.append(f) - |