24 I_ASSIGN_MULTI_0(m_slaveWidgetsCompPtr,
"Guis",
"Slave widgets for tab window",
true);
25 I_ASSIGN(m_cornerGuiCompPtr,
"CornerWidget",
"Optional corner widget",
false,
"CornerWidget");
26 I_ASSIGN(m_useTriangularTabsAttrPtr,
"UseTriangularTabs",
"Using triangular tab form",
true,
false);
27 I_ASSIGN(m_tabOrientationAttrPtr,
"TabBarOrientation",
"Orientation of the tab bar\n 0 - North\n 1 - South\n 2 - West\n 3 - East",
true, 0);
28 I_ASSIGN(m_useDocumentModeAttrPtr,
"UseDocumentMode",
"If enabled, the tab widget will be switched into the document mode",
true,
false);
44 I_ATTR(
bool, m_useTriangularTabsAttrPtr);
45 I_ATTR(
int, m_tabOrientationAttrPtr);
46 I_ATTR(
bool, m_useDocumentModeAttrPtr);