 
       wx.lib.agw.buttonpanel.Separator¶
  wx.lib.agw.buttonpanel.Separator¶This class holds all the information to size and draw a separator inside
ButtonPanel.
 Methods Summary¶
 Methods Summary¶| __init__ | Default class constructor. | 
| Draw | Draws the separator. Actually the drawing is done in BPArt. | 
| GetBestSize | Returns the separator best size. | 
 Class API¶
 Class API¶This class holds all the information to size and draw a separator inside
ButtonPanel.
Default class constructor.
| Parameters: | parent – the separator parent object, an instance of ButtonPanel. | 
|---|
Draws the separator. Actually the drawing is done in BPArt.
| Parameters: | 
|---|
Returns the separator best size.
| Returns: | An instance of wx.Size. | 
|---|