Hi.
I'm py-appscript newbie and I'm trying to write a script for Adobe Illustrator.
My idea is:
make a class f.e. Object, with some methods (move(), rotate(), ...)
make a subclass f.e. Rectangle and in this class I wan't to initialize new
rectangles in my document.
I have problems with reference
Kenneth Miller wrote:
>
> Using the native python installation with Aqua Tk I've noticed that it
> automatically generates a "Quit" button/function. Is there any way that I
> can bind my own quit function to this call?
>
I do something like this:
#shut down
def shutDown(self):
All,
Using the native python installation with Aqua Tk I've noticed that it
automatically generates a "Quit" button/function. Is there any way that I
can bind my own quit function to this call?
Regards,
Kenneth Miller
___
Pythonmac-SIG maillist -