SourceModule collapsing_header
Classes§
| CollapsingHeader | A header which can be collapsed/expanded, revealing a contained |
| CollapsingResponse | The response from showing a |
| 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_icondef paint_default_icon(ui: Ui, openness: float, response: Response) -> NonePaint the arrow icon that indicated if the region is open or not