Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the Mac modules | Benjamin Peterson | 2008-05-12 | 1 | -102/+0 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -14/+14 |
| | |||||
* | Fixed so the Res.Resource() accepts either another resource, a string | Jack Jansen | 2002-12-05 | 1 | -27/+27 |
| | | | | or no argument (giving an empty resource). | ||||
* | A few more gcc warnings bite the dust. | Jack Jansen | 2001-09-05 | 1 | -3/+6 |
| | |||||
* | Shut up many more gcc warnings. | Jack Jansen | 2001-09-05 | 1 | -1/+2 |
| | |||||
* | Handles were never disposed. Added an AutoDispose(onoff) method to control this. | Jack Jansen | 2000-03-08 | 1 | -3/+53 |
| | | | | Also added a Handle() function which is like Resource() but has auto-dispose on by default. | ||||
* | Grmpf, a lot more routines have gotten a "Mac" prefix for their | Jack Jansen | 1998-04-24 | 1 | -0/+7 |
| | | | | | | 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 methods as_Menu and as_Control to convert a resource | Jack Jansen | 1995-06-18 | 1 | -0/+16 |
| | | | | | | | to those object types You can now set the data attribute of a resource with the expected semantics (but you have to call ChangedResource yourself) | ||||
* | manually defined Resource() function | Guido van Rossum | 1995-02-05 | 1 | -0/+25 |