summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/res/resedit.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-102/+0
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-14/+14
|
* Fixed so the Res.Resource() accepts either another resource, a stringJack Jansen2002-12-051-27/+27
| | | | or no argument (giving an empty resource).
* A few more gcc warnings bite the dust.Jack Jansen2001-09-051-3/+6
|
* Shut up many more gcc warnings.Jack Jansen2001-09-051-1/+2
|
* Handles were never disposed. Added an AutoDispose(onoff) method to control this.Jack Jansen2000-03-081-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 theirJack Jansen1998-04-241-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 resourceJack Jansen1995-06-181-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() functionGuido van Rossum1995-02-051-0/+25