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 != NULL) with middle mouse button.
|
static int |
None
Definition:
0 |
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
Display a dot next to the title + tab is selected when clicking the X + closure is not assumed (will wait for user to stop submitting the tab).
|
public static final int None
0
public static final int UnsavedDocument
Definition: 1 << 0
public static final int SetSelected
Definition: 1 << 1
public static final int NoCloseWithMiddleMouseButton
&
&
IsMouseClicked(2)) *p_open = false.
Definition: 1 << 2
public static final int NoPushId
->
ID)/PopID() on BeginTabItem()/EndTabItem()
Definition: 1 << 3
public static final int NoTooltip
Definition: 1 << 4
public static final int NoReorder
Definition: 1 << 5
public static final int Leading
Definition: 1 << 6
public static final int Trailing
Definition: 1 << 7