Christian Heimes
|
c5f05e45cf
|
Patch #2167 from calvin: Remove unused imports
|
2008-02-23 17:40:11 +00:00 |
Tim Peters
|
182b5aca27
|
Whitespace normalization, via reindent.py.
|
2004-07-18 06:16:08 +00:00 |
Jack Jansen
|
7107c1aff3
|
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
Cleaned up various things in the toolbox modules.
|
2003-11-20 13:31:00 +00:00 |
Jack Jansen
|
87eea88b5a
|
After generating the Python file with definitions try to run it, so
we catch errors during the build process in stead of later during runtime.
|
2002-08-15 21:48:16 +00:00 |
Jack Jansen
|
aaebdd6a02
|
Enable building of Carbon toolbox modules with unix-Python.
|
2002-08-05 15:39:30 +00:00 |
Just van Rossum
|
4b367359b5
|
Fixed TrackMouseRegion() argument: ioWasInRgn is an in/out parameter.
|
2002-01-09 18:54:16 +00:00 |
Just van Rossum
|
ec0107f023
|
Today's Carbon Toolbox addition: CarbonEvt.TrackMouseLocation() and friends.
|
2002-01-08 11:49:31 +00:00 |
Just van Rossum
|
43c2de230d
|
fixed SetEventParameter() signature: removed unneccesary length arg.
|
2002-01-03 20:45:47 +00:00 |
Just van Rossum
|
2c39115240
|
Made event callbacks more rubust: keep an actual reference to the
python callback, and do RemoveEventHandler() upon deallocation.
|
2001-12-14 23:16:04 +00:00 |
Just van Rossum
|
f8d6473782
|
Exposed quite a few more calls.
|
2001-12-12 20:48:53 +00:00 |
Jack Jansen
|
34cbe718d4
|
Fixed broken newlines and changed module name. Still untested.
|
2001-11-05 16:15:45 +00:00 |
Jack Jansen
|
52e9045da6
|
Carbon Event Manager module donated by Donovan Preston. Checked in as I received them (except for namechange), these will not work as-is, that'll be fixed in a later checkin.
|
2001-11-05 14:44:23 +00:00 |