diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-12-18 17:50:29 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-12-18 17:50:29 (GMT) |
commit | 0e680b7608cf6a2e1be70569b4da2cf5a7204c2d (patch) | |
tree | e9fa59b12401e0b836f059c9666db6e429f0b12d /Mac/Lib/toolbox/Dialogs.py | |
parent | 3802039cffa557c2f127ee874f77235e3786bf31 (diff) | |
download | cpython-0e680b7608cf6a2e1be70569b4da2cf5a7204c2d.zip cpython-0e680b7608cf6a2e1be70569b4da2cf5a7204c2d.tar.gz cpython-0e680b7608cf6a2e1be70569b4da2cf5a7204c2d.tar.bz2 |
Moved toolbox to lib-toolbox, Sjoerd-style.
Diffstat (limited to 'Mac/Lib/toolbox/Dialogs.py')
-rw-r--r-- | Mac/Lib/toolbox/Dialogs.py | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Mac/Lib/toolbox/Dialogs.py b/Mac/Lib/toolbox/Dialogs.py deleted file mode 100644 index 893feda..0000000 --- a/Mac/Lib/toolbox/Dialogs.py +++ /dev/null @@ -1,21 +0,0 @@ -# Generated from 'flap:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Dialogs.h' - -ctrlItem = 4 -btnCtrl = 0 -chkCtrl = 1 -radCtrl = 2 -resCtrl = 3 -statText = 8 -editText = 16 -iconItem = 32 -picItem = 64 -userItem = 0 -itemDisable = 128 -ok = 1 -cancel = 2 -stopIcon = 0 -noteIcon = 1 -cautionIcon = 2 -overlayDITL = 0 -appendDITLRight = 1 -appendDITLBottom = 2 |