接口 JImTabItemFlags
public interface JImTabItemFlags
- 从以下版本开始:
- undecidable
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static intEnforce+the+tab+position+to+the+left+of+the+tab+bar+%28after+the+tab+list+popup+button%29static intDisable+behavior+of+closing+tabs+%28that+are+submitted+with+p_open+%21%3D+NULL%29+with+middle+mouse+button.static intstatic intDon%27t+call+PushID%28tab-%3EID%29%7CPopID%28%29+on+BeginTabItem%28%29%7CEndTabItem%28%29static intDisable+reordering+this+tab+or+having+another+tab+cross+over+this+tabstatic intDisable+tooltip+for+the+given+tabstatic intTrigger+flag+to+programmatically+make+the+tab+selected+when+calling+BeginTabItem%28%29static intEnforce+the+tab+position+to+the+right+of+the+tab+bar+%28before+the+scrolling+buttons%29static intAppend+%27*%27+to+title+without+affecting+the+ID%2C+as+a+convenience+to+avoid+using+the+%23%23%23+operator.
-
字段详细资料
-
None
static final int None- 另请参阅:
- 常量字段值
-
UnsavedDocument
static final int UnsavedDocumentAppend+%27*%27+to+title+without+affecting+the+ID%2C+as+a+convenience+to+avoid+using+the+%23%23%23+operator.+Also%3A+tab+is+selected+on+closure+and+closure+is+deferred+by+one+frame+to+allow+code+to+undo+it+without+flicker.- 另请参阅:
- 常量字段值
-
SetSelected
static final int SetSelectedTrigger+flag+to+programmatically+make+the+tab+selected+when+calling+BeginTabItem%28%29- 另请参阅:
- 常量字段值
-
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.- 另请参阅:
- 常量字段值
-
NoPushId
static final int NoPushIdDon%27t+call+PushID%28tab-%3EID%29%7CPopID%28%29+on+BeginTabItem%28%29%7CEndTabItem%28%29- 另请参阅:
- 常量字段值
-
NoTooltip
static final int NoTooltipDisable+tooltip+for+the+given+tab- 另请参阅:
- 常量字段值
-
NoReorder
static final int NoReorderDisable+reordering+this+tab+or+having+another+tab+cross+over+this+tab- 另请参阅:
- 常量字段值
-
Leading
static final int LeadingEnforce+the+tab+position+to+the+left+of+the+tab+bar+%28after+the+tab+list+popup+button%29- 另请参阅:
- 常量字段值
-
Trailing
static final int TrailingEnforce+the+tab+position+to+the+right+of+the+tab+bar+%28before+the+scrolling+buttons%29- 另请参阅:
- 常量字段值
-