summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/list/Listmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-05-231-0/+1001
| | | | 'release21-maint'.
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-04-171-1083/+0
| | | | 'release21-maint'.
* SetListCellIndent() argument was guessed incorrectly. Fixed.Jack Jansen2001-02-271-5/+6
|
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-101-1/+383
|
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-35/+1
| | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error.
* List objects obtained through as_List(resource) are not auto-disposed uponJack Jansen2000-01-131-9/+11
| | | | Python object freeing.
* Unified handle-conversion scheme toJack Jansen1999-12-231-0/+37
| | | | | | | handle = Ctl.as_Resource(ctl) ctl = Ctl.as_Control(handle) and similarly for List, Menu, TE. The old handle.as_Control() methods are still there for backward compatability.
* Regenerated, no significant diferences.Jack Jansen1999-09-301-0/+12
|
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-5/+5
| | | | | | 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 access to selFlags and listFlags members (both read and write)Jack Jansen1996-07-261-4/+30
|
* Replaced various dummy updateRegions by real argumentsJack Jansen1996-04-101-3/+8
|
* - Added color window/pixmap supportJack Jansen1995-12-121-1/+10
| | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles
* Generated anewJack Jansen1995-08-171-0/+1
|
* Interface to the Mac List Manager.Jack Jansen1995-08-141-0/+638