public 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 |
NoCentralNode
Disable Central Node (the node which can stay empty)
|
static int |
NoDockingInCentralNode
Disable docking inside the Central Node, which will be always kept empty.
|
static int |
None |
static int |
NoResize
Disable resizing node using the splitter/separators.
|
static int |
NoSplit
Disable splitting the node into smaller nodes.
|
static int |
PassthruCentralNode
Enable passthru dockspace: 1) DockSpace() will render a ImGuiCol_WindowBg background covering everything excepted the Central
Node when empty.
|
Constructor and Description |
---|
ImGuiDockNodeFlags() |
public static final int None
public static final int KeepAliveOnly
public static final int NoCentralNode
public static final int NoDockingInCentralNode
public static final int PassthruCentralNode
public static final int NoSplit
public static final int NoResize
public static final int AutoHideTabBar