public final class ImGuiDockNodeFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AutoHideTabBar
Tab bar will automatically hide when there is a single window in the dock node.
|
static int |
KeepAliveOnly
Don't display the dockspace node but keep it alive.
|
static int |
NoDockingInCentralNode
Renamed in 1.90
|
static int |
NoDockingOverCentralNode
Disable docking over the Central Node, which will be always kept empty.
|
static int |
NoDockingSplit
Disable other windows/nodes from splitting this node.
|
static int |
None
Definition:
0 |
static int |
NoResize
Saved // Disable resizing node using the splitter/separators.
|
static int |
NoSplit
Renamed in 1.90
|
static int |
NoUndocking
Disable undocking this node.
|
static int |
PassthruCentralNode
Enable passthru dockspace: 1) DockSpace() will render a ImGuiCol_WindowBg background covering everything excepted the Central Node when empty.
|
public static final int None
0
public static final int KeepAliveOnly
Definition: 1 << 0
public static final int NoDockingOverCentralNode
Definition: 1 << 2
public static final int PassthruCentralNode
Definition: 1 << 3
public static final int NoDockingSplit
Definition: 1 << 4
public static final int NoResize
Definition: 1 << 5
public static final int AutoHideTabBar
Definition: 1 << 6
public static final int NoUndocking
Definition: 1 << 7
public static final int NoSplit
Definition: ImGuiDockNodeFlags_NoDockingSplit
public static final int NoDockingInCentralNode
Definition: ImGuiDockNodeFlags_NoDockingOverCentralNode