public final class ImGuiDockNodeFlags extends ImGuiDockNodeFlags
Modifier and Type | Field and Description |
---|---|
static int |
CentralNode
The central node has 2 main properties: stay visible when empty, only use "remaining" spaces from its neighbor.
|
static int |
DockSpace
A dockspace is a node that occupy space within an existing user window.
|
static int |
HiddenTabBar
Tab bar is hidden, with a triangle in the corner to show it again (NB: actual tab-bar instance may be destroyed as this is only used for single-window tab bar)
|
static int |
NoCloseButton |
static int |
NoDocking
Disable any form of docking in this dockspace or individual node.
|
static int |
NoDockingOverMe
[EXPERIMENTAL] Prevent another window/node to be docked over this node.
|
static int |
NoDockingOverOther
[EXPERIMENTAL] Prevent this node to be docked over another window/node.
|
static int |
NoDockingSplitMe
[EXPERIMENTAL] Prevent another window/node from splitting this node.
|
static int |
NoDockingSplitOther
[EXPERIMENTAL] Prevent this node from splitting another window/node.
|
static int |
NoResizeX |
static int |
NoResizeY |
static int |
NoTabBar
Tab bar is completely unavailable.
|
static int |
NoWindowMenuButton
Disable window/docking menu (that one that appears instead of the collapse button)
|
AutoHideTabBar, KeepAliveOnly, NoCentralNode, NoDockingInCentralNode, None, NoResize, NoSplit, PassthruCentralNode
public static final int DockSpace
public static final int CentralNode
public static final int NoTabBar
public static final int HiddenTabBar
public static final int NoWindowMenuButton
public static final int NoCloseButton
public static final int NoDocking
public static final int NoDockingSplitMe
public static final int NoDockingSplitOther
public static final int NoDockingOverMe
public static final int NoDockingOverOther
public static final int NoResizeX
public static final int NoResizeY