This class holds all the information to size and draw a separator inside
ButtonPanel
.
wx.lib.agw.buttonpanel.Control
Default class constructor. |
|
Draws the separator. Actually the drawing is done in |
|
Returns the separator best size. |
Separator
(Control)¶This class holds all the information to size and draw a separator inside
ButtonPanel
.
__init__
(self, parent)¶Default class constructor.
parent – the separator parent object, an instance of ButtonPanel
.