summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/ctl/ctledit.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-45/+0
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-15/+15
|
* - "manage" controls created by CreateXxxXxxControl() functions.Just van Rossum2001-12-131-0/+18
| | | | - FindControlUnderMouse() returns an existing control, not a new one.
* Added a GetControlRect() method to controls which returns the bounding ↵Jack Jansen2000-03-211-0/+3
| | | | rectangle. To my surprise this call is missing from the C API...
* Unified handle-conversion scheme toJack Jansen1999-12-231-7/+1
| | | | | | | 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.
* Added Ctl.as_Control and Menu.as_Menu methods, which take a resource asJack Jansen1999-02-071-0/+4
| | | | argument and return a Control or Menu object.
* Export type objects to PythonJack Jansen1997-09-201-1/+1
|
* Fixed very nasty null-dereferencing bug in DisposeControl/destroyJack Jansen1996-10-011-0/+18
| | | | object.
* Added as_Resource() method to convert ctl object to res objectJack Jansen1995-06-181-0/+8