summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/win/winedit.py
Commit message (Collapse)AuthorAgeFilesLines
* Various tweaks to make it everything build and compile again under carbon. ↵Jack Jansen2001-01-091-0/+2
| | | | Mainly greylisted functions.
* Emulate a few more non-carbon calls in carbon and the other way around.Jack Jansen2000-12-191-93/+31
|
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-121-100/+100
|
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-6/+6
|
* Made the core toolbox modules carbon-compatible using the new greylist ↵Jack Jansen2000-06-021-10/+6
| | | | | | 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.
* Added {Get,Set}WindowUserData methods.Jack Jansen1998-10-221-0/+10
|
* Grmpf, a lot more routines have gotten a "Mac" prefix for theirJack Jansen1998-04-241-0/+28
| | | | | | declaration, probably so the universal headers are useable on windows/unix too. Have to think of a more definite workaround later, for now we manually declare the old names in the *edit.py files.
* Added support for GrafPort objectJack Jansen1995-11-151-19/+22
|
* - Added support for PicHandleJack Jansen1995-11-141-0/+95
- Added (by hand, through winedit.py) support for WindowPeek accessor functions that are currently declared as macros.