The label shape class.
__init__ |
Default class constructor. |
OnBeginDragLeft |
The begin drag left handler. |
OnDragLeft |
The drag left handler. |
OnDraw |
The draw handler. |
OnDrawContents |
not implemented??? |
OnEndDragLeft |
The end drag left handler. |
OnLeftClick |
The left click handler. |
OnMovePre |
The move ‘pre’ handler.??? |
OnRightClick |
The right click handler. |
LabelShape
(RectangleShape)¶The label shape class.
__init__
(self, parent, region, w, h)¶Default class constructor.
Parameters: |
|
---|
OnBeginDragLeft
(self, x, y, keys = 0, attachment = 0)¶The begin drag left handler.
OnDragLeft
(self, draw, x, y, keys = 0, attachment = 0)¶The drag left handler.
OnDraw
(self, dc)¶The draw handler.
OnDrawContents
(self, dc)¶not implemented???
OnEndDragLeft
(self, x, y, keys = 0, attachment = 0)¶The end drag left handler.
OnLeftClick
(self, x, y, keys = 0, attachment = 0)¶The left click handler.
OnMovePre
(self, dc, x, y, old_x, old_y, display)¶The move ‘pre’ handler.???
OnRightClick
(self, x, y, keys = 0, attachment = 0)¶The right click handler.