[go: up one dir, main page]

[][src]Module egui::containers

Containers are pieces of the UI which wraps other pieces of UI.

For instance, a Frame adds a frame and background to some contained UI.

Structs

Area

An area on the screen that can be move by dragging.

CollapsingHeader

A header which can be collapsed/expanded, revealing a contained Ui region.

Frame

Adds a rectangular frame and background to some Ui.

Resize

A region that can be resized by dragging the bottom right corner.

ScrollArea

Add vertical scrolling to a contained Ui.

Window

A floating window which can be moved, closed, collapsed, resized and scrolled.

Functions

show_popup

Show a pop-over window.

show_tooltip

Show a tooltip at the current mouse position (if any).