 
       wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl¶
  wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl¶ Methods Summary¶
 Methods Summary¶| __init__ | |
| AddChild | |
| ConstrainChildren | |
| Create | |
| DrawSash | |
| DrawSash_overlay | |
| FindFrame | |
| FindParent | |
| FindScrollBar | |
| FindUpperParent | |
| OnLeave | |
| OnMouseMove | |
| OnPaint | |
| OnPress | |
| OnRelease | |
| OnSize | |
| Resize | |
| Split | |
| Unify | 
 Class API¶
 Class API¶_DynamicSashWindowImpl(wx.EvtHandler)¶__init__(self, window)¶AddChild(self, window)¶ConstrainChildren(self, px, py)¶Create(self)¶DrawSash(self, x, y, mode)¶DrawSash_overlay(self, x, y, mode)¶FindFrame(self)¶FindParent(self, side)¶FindScrollBar(self, child, vert)¶FindUpperParent(self, sash_a, sash_b)¶OnLeave(self, event)¶OnMouseMove(self, event)¶OnPaint(self, event)¶OnPress(self, event)¶OnRelease(self, event)¶OnSize(self, event)¶Resize(self, x, y)¶Split(self, px, py)¶Unify(self, panel)¶