接口 JImTabBarFlags
public interface JImTabBarFlags
- 从以下版本开始:
- undecidable
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static intAutomatically+select+new+tabs+when+they+appearstatic intstatic intstatic intResize+tabs+when+they+don%27t+fitstatic intAdd+scroll+buttons+when+tabs+don%27t+fitstatic intDisable+behavior+of+closing+tabs+%28that+are+submitted+with+p_open+%21%3D+NULL%29+with+middle+mouse+button.static intstatic intDisable+scrolling+buttons+%28apply+when+fitting+policy+is+ImGuiTabBarFlags_FittingPolicyScroll%29static intDisable+tooltips+when+hovering+a+tabstatic intAllow+manually+dragging+tabs+to+re-order+them+%2B+New+tabs+are+appended+at+the+end+of+liststatic intDisable+buttons+to+open+the+tab+list+popup
-
字段详细资料
-
None
static final int None- 另请参阅:
- 常量字段值
-
Reorderable
static final int ReorderableAllow+manually+dragging+tabs+to+re-order+them+%2B+New+tabs+are+appended+at+the+end+of+list- 另请参阅:
- 常量字段值
-
AutoSelectNewTabs
static final int AutoSelectNewTabsAutomatically+select+new+tabs+when+they+appear- 另请参阅:
- 常量字段值
-
TabListPopupButton
static final int TabListPopupButtonDisable+buttons+to+open+the+tab+list+popup- 另请参阅:
- 常量字段值
-
NoCloseWithMiddleMouseButton
static final int NoCloseWithMiddleMouseButtonDisable+behavior+of+closing+tabs+%28that+are+submitted+with+p_open+%21%3D+NULL%29+with+middle+mouse+button.+You+can+still+repro+this+behavior+on+user%27s+side+with+if+%28IsItemHovered%28%29+%26%26+IsMouseClicked%282%29%29+*p_open+%3D+false.- 另请参阅:
- 常量字段值
-
NoTabListScrollingButtons
static final int NoTabListScrollingButtonsDisable+scrolling+buttons+%28apply+when+fitting+policy+is+ImGuiTabBarFlags_FittingPolicyScroll%29- 另请参阅:
- 常量字段值
-
NoTooltip
static final int NoTooltipDisable+tooltips+when+hovering+a+tab- 另请参阅:
- 常量字段值
-
FittingPolicyResizeDown
static final int FittingPolicyResizeDownResize+tabs+when+they+don%27t+fit- 另请参阅:
- 常量字段值
-
FittingPolicyScroll
static final int FittingPolicyScrollAdd+scroll+buttons+when+tabs+don%27t+fit- 另请参阅:
- 常量字段值
-
FittingPolicyMask
static final int FittingPolicyMask- 另请参阅:
- 常量字段值
-
FittingPolicyDefault
static final int FittingPolicyDefault- 另请参阅:
- 常量字段值
-