ALBA
|
#include <albaGUIDockManager.h>
Public Types | |
enum | { typeCaption , typeGripper , typeDock , typeDockSizer , typePane , typePaneSizer , typeBackground , typePaneBorder , typePaneButton } |
Public Attributes | |
int | m_Type |
int | m_Orientation |
wxDockInfo * | m_Dock |
wxPaneInfo * | m_Pane |
wxPaneButton * | m_Button |
wxSizer * | m_ContSizer |
wxSizerItem * | m_SizerItem |
wxRect | m_Rect |
class name: wxDockUIPart This class define a UI part of a dock.
Definition at line 899 of file albaGUIDockManager.h.
anonymous enum |
Enumerator | |
---|---|
typeCaption | |
typeGripper | |
typeDock | |
typeDockSizer | |
typePane | |
typePaneSizer | |
typeBackground | |
typePaneBorder | |
typePaneButton |
Definition at line 902 of file albaGUIDockManager.h.
int wxDockUIPart::m_Type |
Definition at line 915 of file albaGUIDockManager.h.
int wxDockUIPart::m_Orientation |
Definition at line 916 of file albaGUIDockManager.h.
wxDockInfo* wxDockUIPart::m_Dock |
Definition at line 917 of file albaGUIDockManager.h.
wxPaneInfo* wxDockUIPart::m_Pane |
Definition at line 918 of file albaGUIDockManager.h.
wxPaneButton* wxDockUIPart::m_Button |
Definition at line 919 of file albaGUIDockManager.h.
wxSizer* wxDockUIPart::m_ContSizer |
Definition at line 920 of file albaGUIDockManager.h.
wxSizerItem* wxDockUIPart::m_SizerItem |
Definition at line 921 of file albaGUIDockManager.h.
wxRect wxDockUIPart::m_Rect |
Definition at line 922 of file albaGUIDockManager.h.