#include <wx/aui/framemanager.h>
Public Types | |
| enum | {  typeCaption, typeGripper, typeDock, typeDockSizer, typePane, typePaneSizer, typeBackground, typePaneBorder, typePaneButton }  | 
Public Attributes | |
| int | type | 
| int | orientation | 
| wxAuiDockInfo * | dock | 
| wxAuiPaneInfo * | pane | 
| wxAuiPaneButton * | button | 
| wxSizer * | cont_sizer | 
| wxSizerItem * | sizer_item | 
| wxRect | rect | 
| anonymous enum | 
| wxAuiPaneButton* wxAuiDockUIPart::button | 
| wxSizer* wxAuiDockUIPart::cont_sizer | 
| wxAuiDockInfo* wxAuiDockUIPart::dock | 
| int wxAuiDockUIPart::orientation | 
| wxAuiPaneInfo* wxAuiDockUIPart::pane | 
| wxRect wxAuiDockUIPart::rect | 
| wxSizerItem* wxAuiDockUIPart::sizer_item | 
| int wxAuiDockUIPart::type |