UIX_LayoutStyleFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 11: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum UIX_LayoutStyleFlags | <pre class="brush:cpp;gutter:false">enum UIX_LayoutStyleFlags | ||
{ | { | ||
− | UIX_LayoutStyle_TabContainerRequired | + | UIX_LayoutStyle_TabContainerRequired = 256, |
− | UIX_LayoutStyle_ShowRootGaps | + | UIX_LayoutStyle_ShowRootGaps = 512, |
− | UIX_LayoutStyle_PanesNoReorder | + | UIX_LayoutStyle_PanesNoReorder = 1024, |
− | UIX_LayoutStyle_StaticSplitters | + | UIX_LayoutStyle_StaticSplitters = 2048, |
− | UIX_LayoutStyle_PanesNoClose | + | UIX_LayoutStyle_PanesNoClose = 4096, |
− | UIX_LayoutStyle_ClipByClient | + | UIX_LayoutStyle_ClipByClient = 8192, |
− | UIX_LayoutStyle_AllowCloseTabsByMClick = 16384, | + | UIX_LayoutStyle_AllowCloseTabsByMClick = 16384, |
− | UIX_LayoutStyle_NoSplitToggles | + | UIX_LayoutStyle_NoSplitToggles = 32768, |
− | UIX_LayoutStyle_Flat | + | UIX_LayoutStyle_Flat = 65536, |
− | UIX_LayoutStyle_Nested | + | UIX_LayoutStyle_Nested = 131072, |
− | UIX_LayoutStyle_KeepStyleOnLoad | + | UIX_LayoutStyle_KeepStyleOnLoad = 262144, |
− | UIX_LayoutStyle_KeepRootStyleOnLoad | + | UIX_LayoutStyle_KeepRootStyleOnLoad = 524288, |
− | UIX_LayoutStyle_HideCloseTabsBtn | + | UIX_LayoutStyle_HideCloseTabsBtn = 1048576, |
− | + | UIX_LayoutStyle_HideCloseBtnForInactiveTab = 2097152, | |
+ | UIX_LayoutStyle_HideCloseActiveTabBtn = 4194304, | ||
}; | }; | ||
</pre> | </pre> | ||
Line 55: | Line 56: | ||
;UIX_LayoutStyle_HideCloseTabsBtn | ;UIX_LayoutStyle_HideCloseTabsBtn | ||
:The ... | :The ... | ||
− | ; | + | ;UIX_LayoutStyle_HideCloseBtnForInactiveTab |
+ | :The ... | ||
+ | ;UIX_LayoutStyle_HideCloseActiveTabBtn | ||
:The ... | :The ... |
Latest revision as of 00:00, 9 May 2019
Specifies the ...
Syntax
enum UIX_LayoutStyleFlags { UIX_LayoutStyle_TabContainerRequired = 256, UIX_LayoutStyle_ShowRootGaps = 512, UIX_LayoutStyle_PanesNoReorder = 1024, UIX_LayoutStyle_StaticSplitters = 2048, UIX_LayoutStyle_PanesNoClose = 4096, UIX_LayoutStyle_ClipByClient = 8192, UIX_LayoutStyle_AllowCloseTabsByMClick = 16384, UIX_LayoutStyle_NoSplitToggles = 32768, UIX_LayoutStyle_Flat = 65536, UIX_LayoutStyle_Nested = 131072, UIX_LayoutStyle_KeepStyleOnLoad = 262144, UIX_LayoutStyle_KeepRootStyleOnLoad = 524288, UIX_LayoutStyle_HideCloseTabsBtn = 1048576, UIX_LayoutStyle_HideCloseBtnForInactiveTab = 2097152, UIX_LayoutStyle_HideCloseActiveTabBtn = 4194304, };
Constants
- UIX_LayoutStyle_TabContainerRequired
- The ...
- UIX_LayoutStyle_ShowRootGaps
- The ...
- UIX_LayoutStyle_PanesNoReorder
- The ...
- UIX_LayoutStyle_StaticSplitters
- The ...
- UIX_LayoutStyle_PanesNoClose
- The ...
- UIX_LayoutStyle_ClipByClient
- The ...
- UIX_LayoutStyle_AllowCloseTabsByMClick
- The ...
- UIX_LayoutStyle_NoSplitToggles
- The ...
- UIX_LayoutStyle_Flat
- The ...
- UIX_LayoutStyle_Nested
- The ...
- UIX_LayoutStyle_KeepStyleOnLoad
- The ...
- UIX_LayoutStyle_KeepRootStyleOnLoad
- The ...
- UIX_LayoutStyle_HideCloseTabsBtn
- The ...
- UIX_LayoutStyle_HideCloseBtnForInactiveTab
- The ...
- UIX_LayoutStyle_HideCloseActiveTabBtn
- The ...