 
       wx.lib.agw.aui.framemanager.AuiDockInfo¶
  wx.lib.agw.aui.framemanager.AuiDockInfo¶A class to store all properties of a dock.
 Methods Summary¶
 Methods Summary¶| __init__ | Default class constructor. | 
| IsHorizontal | Returns whether the dock is horizontal or not. | 
| IsOk | Returns whether a dock is valid or not. | 
| IsVertical | Returns whether the dock is vertical or not. | 
 Class API¶
 Class API¶AuiDockInfo(object)¶A class to store all properties of a dock.
__init__(self)¶Default class constructor. Used internally, do not call it in your code!
IsHorizontal(self)¶Returns whether the dock is horizontal or not.
IsOk(self)¶Returns whether a dock is valid or not.
In order to be valid, a dock needs to have a non-zero dock_direction.
IsVertical(self)¶Returns whether the dock is vertical or not.