1 2 3 4 5 6 7 8
/// Container for dockable tabs. pub mod dock_area; /// Trait for tab-viewing types. pub mod tab_viewer; pub use dock_area::{AllowedSplits, DockArea}; pub use tab_viewer::TabViewer;