 
       wx.lib.agw.pycollapsiblepane.GTKExpander¶
  wx.lib.agw.pycollapsiblepane.GTKExpander¶A GTKExpander allows the user to hide or show its child by clicking on an expander
triangle.
 Methods Summary¶
 Methods Summary¶| __init__ | Default class constructor. | 
| DoGetBestSize | Gets the size which best suits the window: for a control, it would be the | 
| OnDrawGTKExpander | Draws the GTKExpandertriangle. | 
| OnDrawGTKText | Draws the GTKExpandertext label. | 
| OnSize | Handles the wx.EVT_SIZEevent forGTKExpander. | 
 Class API¶
 Class API¶GTKExpander(wx.Control)¶A GTKExpander allows the user to hide or show its child by clicking on an expander
triangle.
__init__(self, parent, id=wx.ID_ANY, label="", pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.NO_BORDER)¶Default class constructor.
| Parameters: | 
 | 
|---|
DoGetBestSize(self)¶Gets the size which best suits the window: for a control, it would be the minimal size which doesn’t truncate the control, for a panel - the same size as it would have after a call to Fit().
Note
Overridden from wx.Control.
OnDrawGTKExpander(self, dc)¶Draws the GTKExpander triangle.
| Parameters: | dc – an instance of wx.DC. | 
|---|
OnDrawGTKText(self, dc)¶Draws the GTKExpander text label.
| Parameters: | dc – an instance of wx.DC. | 
|---|
OnSize(self, event)¶Handles the wx.EVT_SIZE event for GTKExpander.
| Parameters: | event – a wx.SizeEventevent to be processed. | 
|---|