summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/dlg
Commit message (Collapse)AuthorAgeFilesLines
...
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-203-183/+323
| | | | | | blacklisted, because they are not available in classic 68k programs, and bgen doesn't have a way to put #ifdef/#endif in the generated code. For now we only implement calls that work on all three models.
* Export type objects to PythonJack Jansen1997-09-201-0/+4
|
* Added support for GetDialogWindow and other accessor functionsJack Jansen1996-09-232-0/+93
|
* RegeneratedJack Jansen1996-08-021-3/+0
|
* Removed ...gen.py files from repositoryJack Jansen1996-04-161-228/+0
|
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-122-2/+3
| | | | Lib:toolbox folder.
* Replaced various dummy updateRegions by real argumentsJack Jansen1996-04-103-5/+10
|
* - Added color window/pixmap supportJack Jansen1995-12-123-8/+15
| | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles
* Generated anewJack Jansen1995-08-172-3/+4
|
* Use ResObj_OptNew for GetDialogItem return value: the handle returnedJack Jansen1995-08-172-0/+10
| | | | may be NULL (for user items, for instance).
* Ported to Universal Header 2.0.1f (i.e. CW6)Jack Jansen1995-06-091-1/+1
|
* Trying again to check it in. Changes to:Jack Jansen1995-06-064-135/+273
| | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions
* fix bug in filterproc interfaceGuido van Rossum1995-02-213-28/+3
|
* another round... ported to __SC__Guido van Rossum1995-02-193-93/+22
|
* Committed a more or less working version.Guido van Rossum1995-01-304-0/+1317