summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/win/winsupport.py
Commit message (Collapse)AuthorAgeFilesLines
* Made the core toolbox modules carbon-compatible using the new greylist ↵Jack Jansen2000-06-021-0/+2
| | | | | | feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. Macmodule and macosmodule have also been carbonified. Some functionality is still missing there.
* Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.Jack Jansen1999-12-121-0/+14
|
* Added {Get,Set}WindowUserData methods.Jack Jansen1998-10-221-3/+0
|
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-3/+0
|
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-0/+2
| | | | | | 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.
* Added support for WCTabHandle, AuxWinHandle, PixPatHandle: no reasonJack Jansen1997-08-151-2/+5
| | | | for blacklisting them.
* Added support for GrafPort objectJack Jansen1995-11-151-3/+3
|
* - Added support for PicHandleJack Jansen1995-11-141-1/+9
| | | | | - Added (by hand, through winedit.py) support for WindowPeek accessor functions that are currently declared as macros.
* Added WhichWindow function to obtain window object given WindowPtr (asJack Jansen1995-08-171-0/+17
| | | | returned by event routines)
* Trying again to check it in. Changes to:Jack Jansen1995-06-061-0/+4
| | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions
* another round... ported to __SC__Guido van Rossum1995-02-191-1/+1
|
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+103