pub type DockableWindow = Window;Expand description
Window with snap-to-edge behaviour (uses Window with dockable = true).
Aliased Type§
pub struct DockableWindow {
pub id: UiId,
pub title: String,
pub rect: Rect,
pub min_w: f32,
pub min_h: f32,
pub visible: bool,
pub minimized: bool,
pub maximized: bool,
pub dockable: bool,
pub z_order: i32,
pub closed: bool,
pub focus_taken: bool,
/* private fields */
}Fields§
§id: UiId§title: String§rect: Rect§min_w: f32§min_h: f32§visible: bool§minimized: bool§maximized: bool§dockable: bool§z_order: i32§closed: bool§focus_taken: bool