Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the Mac modules | Benjamin Peterson | 2008-05-12 | 1 | -45/+0 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -15/+15 |
| | |||||
* | - "manage" controls created by CreateXxxXxxControl() functions. | Just van Rossum | 2001-12-13 | 1 | -0/+18 |
| | | | | - FindControlUnderMouse() returns an existing control, not a new one. | ||||
* | Added a GetControlRect() method to controls which returns the bounding ↵ | Jack Jansen | 2000-03-21 | 1 | -0/+3 |
| | | | | rectangle. To my surprise this call is missing from the C API... | ||||
* | Unified handle-conversion scheme to | Jack Jansen | 1999-12-23 | 1 | -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 as | Jack Jansen | 1999-02-07 | 1 | -0/+4 |
| | | | | argument and return a Control or Menu object. | ||||
* | Export type objects to Python | Jack Jansen | 1997-09-20 | 1 | -1/+1 |
| | |||||
* | Fixed very nasty null-dereferencing bug in DisposeControl/destroy | Jack Jansen | 1996-10-01 | 1 | -0/+18 |
| | | | | object. | ||||
* | Added as_Resource() method to convert ctl object to res object | Jack Jansen | 1995-06-18 | 1 | -0/+8 |