S or /

SourceModule collapsing_header

Classes§

CollapsingHeader

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

CollapsingResponse

The response from showing a CollapsingHeader.

CollapsingState

This is a a building block for building collapsing regions.

Functions§

paint_default_icon

Paint the arrow icon that indicated if the region is open or not

SourceFunction paint_default_icon§

from egui import paint_default_icon
def paint_default_icon(ui: Ui, openness: float, response: Response) -> None

Paint the arrow icon that indicated if the region is open or not

Constants§

Re-exports§