[go: up one dir, main page]

egui_dock 0.7.1

Docking support for `egui` - an immediate-mode GUI library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
/// Container for dockable tabs.
pub mod dock_area;

pub(crate) mod popup;

/// Trait for tab-viewing types.
pub mod tab_viewer;

pub use dock_area::{AllowedSplits, DockArea};
pub use tab_viewer::TabViewer;