Jack Jansen
|
723ad8ae73
|
More toolbox modules adapted to Universal Headers 3.3.2.
|
2000-12-12 22:10:21 +00:00 |
Jack Jansen
|
9d8b96c850
|
pymactoolbox.h contains protoypes for all externally visible toolbox module
functions. Include it in stead of duplicating the declarations everywhere. Also
cleaned up toolbox module exports, and got rid of resNotFound error.
|
2000-07-14 22:16:45 +00:00 |
Jack Jansen
|
add03b62fd
|
Handles were never disposed. Added an AutoDispose(onoff) method to control this.
Also added a Handle() function which is like Resource() but has auto-dispose on by default.
|
2000-03-08 16:58:15 +00:00 |
Jack Jansen
|
2d76c25f59
|
In places where a ResObj is expected for PyArg_Parse and the object passed in isn't but it does have an as_Resource method use that. This makes life a lot easier
for appearance portability (and was needed anyway).
|
1999-12-12 22:57:29 +00:00 |
Jack Jansen
|
0c4d947eac
|
Replaced addpack by handcrafted code to find the bgen stuff.
|
1998-04-17 14:07:56 +00:00 |
Jack Jansen
|
eaf3c9bed7
|
Added #include <string.h> for memcpy()
|
1997-08-15 14:36:45 +00:00 |
Jack Jansen
|
a6d78c44a7
|
Removed unused var
|
1996-08-01 15:27:18 +00:00 |
Jack Jansen
|
425e9eb6cb
|
- Added color window/pixmap support
- Added support for obtaining pixmap data
- Added OptResObj_* routines for optional handles
|
1995-12-12 15:02:03 +00:00 |
Jack Jansen
|
9f37c6d91c
|
Added ResObj_OptNew, like ResObj_New but returns None when passed NULL.
|
1995-08-17 14:29:23 +00:00 |
Jack Jansen
|
1e054024c1
|
Added methods as_Menu and as_Control to convert a resource
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)
|
1995-06-18 20:20:27 +00:00 |
Jack Jansen
|
b81cf9d61c
|
Trying again to check it in. Changes to:
- Use Universal Headers as input
- Change addpack calls to not depend on Guido's disklayout
- Checkge testprograms to use new names for some functions
|
1995-06-06 13:08:40 +00:00 |
Guido van Rossum
|
9bcb641ad4
|
added Resource(), to create new resources from Python
|
1995-02-05 16:54:27 +00:00 |
Guido van Rossum
|
17448e2408
|
Committed a more or less working version.
|
1995-01-30 11:53:55 +00:00 |