[][src]Module egui::containers

Re-exports

pub use area::Area;
pub use collapsing_header::CollapsingHeader;
pub use frame::Frame;
pub use popup::*;
pub use resize::Resize;
pub use scroll_area::ScrollArea;
pub use window::Window;

Modules

area

Area is a Ui that has no parent, it floats on the background. It has no frame or own size. It is potentioally movable. It is the foundation for windows and popups.

collapsing_header
frame

Frame container

menu
popup
resize
scroll_area
window