public final class ImGuiTabItemFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Leading
Enforce the tab position to the left of the tab bar (after the tab list popup button)
|
static int |
NoCloseWithMiddleMouseButton
Disable behavior of closing tabs (that are submitted with p_open !
|
static int |
None |
static int |
NoPushId
Don't call PushID(tab.ID)/PopID() on BeginTabItem()/EndTabItem()
|
static int |
NoReorder
Disable reordering this tab or having another tab cross over this tab
|
static int |
NoTooltip
Disable tooltip for the given tab
|
static int |
SetSelected
Trigger flag to programmatically make the tab selected when calling BeginTabItem()
|
static int |
Trailing
Enforce the tab position to the right of the tab bar (before the scrolling buttons)
|
static int |
UnsavedDocument
Append '*' to title without affecting the ID, as a convenience to avoid using the ### operator.
|
public static final int None
public static final int UnsavedDocument
public static final int SetSelected
public static final int NoCloseWithMiddleMouseButton
&&
IsMouseClicked(2)) *p_open = false.public static final int NoPushId
public static final int NoTooltip
public static final int NoReorder
public static final int Leading
public static final int Trailing