#include <wx/aui/framemanager.h>
Public Member Functions | |
| wxAuiDockInfo () | |
| wxAuiDockInfo (const wxAuiDockInfo &c) | |
| wxAuiDockInfo & | operator= (const wxAuiDockInfo &c) | 
| bool | IsOk () const | 
| bool | IsHorizontal () const | 
| bool | IsVertical () const | 
Public Attributes | |
| wxAuiPaneInfoPtrArray | panes | 
| wxRect | rect | 
| int | dock_direction | 
| int | dock_layer | 
| int | dock_row | 
| int | size | 
| int | min_size | 
| bool | resizable | 
| bool | toolbar | 
| bool | fixed | 
| bool | reserved1 | 
| wxAuiDockInfo::wxAuiDockInfo | ( | ) | 
| wxAuiDockInfo::wxAuiDockInfo | ( | const wxAuiDockInfo & | c | ) | 
| bool wxAuiDockInfo::IsHorizontal | ( | ) | const | 
| bool wxAuiDockInfo::IsOk | ( | ) | const | 
| bool wxAuiDockInfo::IsVertical | ( | ) | const | 
| wxAuiDockInfo& wxAuiDockInfo::operator= | ( | const wxAuiDockInfo & | c | ) | 
| int wxAuiDockInfo::dock_direction | 
| int wxAuiDockInfo::dock_layer | 
| int wxAuiDockInfo::dock_row | 
| bool wxAuiDockInfo::fixed | 
| int wxAuiDockInfo::min_size | 
| wxAuiPaneInfoPtrArray wxAuiDockInfo::panes | 
| wxRect wxAuiDockInfo::rect | 
| bool wxAuiDockInfo::reserved1 | 
| bool wxAuiDockInfo::resizable | 
| int wxAuiDockInfo::size | 
| bool wxAuiDockInfo::toolbar |