.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. _wx.aui.AuiDockInfo:
==========================================================================================================================================
|phoenix_title| **wx.aui.AuiDockInfo**
==========================================================================================================================================
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
AuiDockInfo:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.aui.AuiDockInfo.__init__`
:meth:`~wx.aui.AuiDockInfo.IsHorizontal`
:meth:`~wx.aui.AuiDockInfo.IsOk`
:meth:`~wx.aui.AuiDockInfo.IsVertical`
================================================================================ ================================================================================
|
|property_summary| Properties Summary
=====================================
================================================================================ ================================================================================
:attr:`~wx.aui.AuiDockInfo.dock_direction` A public C++ attribute of type ``int``.
:attr:`~wx.aui.AuiDockInfo.dock_layer` A public C++ attribute of type ``int``.
:attr:`~wx.aui.AuiDockInfo.dock_row` A public C++ attribute of type ``int``.
:attr:`~wx.aui.AuiDockInfo.fixed` A public C++ attribute of type ``bool``.
:attr:`~wx.aui.AuiDockInfo.min_size` A public C++ attribute of type ``int``.
:attr:`~wx.aui.AuiDockInfo.panes` A public C++ attribute of type ``AuiPaneInfoPtrArray``.
:attr:`~wx.aui.AuiDockInfo.rect` A public C++ attribute of type `~wx.Rect` .
:attr:`~wx.aui.AuiDockInfo.reserved1` A public C++ attribute of type ``bool``.
:attr:`~wx.aui.AuiDockInfo.resizable` A public C++ attribute of type ``bool``.
:attr:`~wx.aui.AuiDockInfo.size` A public C++ attribute of type ``int``.
:attr:`~wx.aui.AuiDockInfo.toolbar` A public C++ attribute of type ``bool``.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: wx.aui.AuiDockInfo(object)
**Possible constructors**::
AuiDockInfo() -> None
AuiDockInfo(c : AuiDockInfo) -> None
.. method:: __init__(self, *args, **kw)
|overload| **Overloaded Implementations:**
:html:`
`
**__init__** `(self)`
:rtype: `None`
:html:`
`
**__init__** `(self, c : AuiDockInfo)`
:param `c`:
:type `c`: wx.aui.AuiDockInfo
:rtype: `None`
:html:`
`
.. method:: IsHorizontal(self)
:rtype: `bool`
.. method:: IsOk(self)
:rtype: `bool`
.. method:: IsVertical(self)
:rtype: `bool`
.. attribute:: dock_direction
A public C++ attribute of type ``int``.
.. attribute:: dock_layer
A public C++ attribute of type ``int``.
.. attribute:: dock_row
A public C++ attribute of type ``int``.
.. attribute:: fixed
A public C++ attribute of type ``bool``.
.. attribute:: min_size
A public C++ attribute of type ``int``.
.. attribute:: panes
A public C++ attribute of type ``AuiPaneInfoPtrArray``.
.. attribute:: rect
A public C++ attribute of type `~wx.Rect` .
.. attribute:: reserved1
A public C++ attribute of type ``bool``.
.. attribute:: resizable
A public C++ attribute of type ``bool``.
.. attribute:: size
A public C++ attribute of type ``int``.
.. attribute:: toolbar
A public C++ attribute of type ``bool``.