#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 |
int | button |
wxSizer * | cont_sizer |
wxSizerItem * | sizer_item |
wxRect | rect |
anonymous enum |
int 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 |