|
From:
<fre...@gb...> - 2008-01-08 23:24:37
|
On mardi 08 janvier 2008, Ron Adam wrote:
> Personally, I'd love to see that feature as methods of shapes and
> frames.
Well, your are using a OO language ;o) just create a new MyFrame object,=20
from frame, and add the new methods...
class MyFrame(frame):
def relocate(self, parent):
...
=2D-=20
Fr=E9d=E9ric
http://www.gbiloba.org
|