Module egui_dock::dock_state

source ·
Expand description

The main structure of the library.

Re-exports

Modules

  • Represents an area in which a dock tree is rendered.
  • Wrapper around indices to the collection of surfaces inside a DockState.
  • Specifies text displayed in different elements of the DockArea.
  • Binary tree representing the relationships between Nodes.
  • Window states which tells floating tabs how to be displayed inside their window,

Structs