Module egui::containers [−][src]
Expand description
Containers are pieces of the UI which wraps other pieces of UI. Examples: Window, ScrollArea, Resize, SidePanel, etc.
For instance, a Frame adds a frame and background to some contained UI.
Re-exports
pub use panel::CentralPanel;pub use panel::SidePanel;pub use panel::TopBottomPanel;pub use popup::*;pub use panel::TopPanel;Modules
Show popup windows, tooltips, context menus etc.
Structs
An area on the screen that can be moved by dragging.
A header which can be collapsed/expanded, revealing a contained Ui region.
The response from showing a CollapsingHeader.
A drop-down selection menu with a descriptive label.
Color and margin of a rectangular background of a Ui.
A region that can be resized by dragging the bottom right corner.
Add vertical scrolling to a contained Ui.
Builder for a floating window which can be dragged, closed, collapsed, resized and scrolled (off by default).
Functions
A drop-down selection menu with a descriptive label.