Method summary
- __init__(self, parent, id = -Const(1), pos = wx.DefaultPosition, size = wx.DefaultSize, style = wx.TAB_TRAVERSAL, name = 'scrolledpanel')
- OnChildFocus(self, event)
- ScrollChildIntoView(self, child)
Methods
- __init__(self, parent, id = -Const(1), pos = wx.DefaultPosition, size = wx.DefaultSize, style = wx.TAB_TRAVERSAL, name = 'scrolledpanel')
- OnChildFocus(self, event)
Handle a ChildFocusEvent.
Returns a boolean so it can be used as a library call, too.
- ScrollChildIntoView(self, child)
Scrolls the panel such that the specified child window is in view. This method overrides the original in the base class so that nested subpanels are handled correctly.