S or /

SourceModule egui_extras

This is a crate that adds some features on top top of egui.

This crate are for experimental features, and features that require big dependencies that does not belong in egui.

Feature flags§

Modules§

imageload_svg_bytes, load_svg_bytes_with_size
loadersFileLoader, SvgLoader, install_image_loaders
syntax_highlighting

Syntax highlighting for code.

Classes§

Column

Specifies the properties of a column, like its width range.

DatePickerButton

Shows a date, and will open a date picker popup when clicked.

Size Enum

Size hint for table column/strip cell.

Strip

A Strip of cells which go in one direction. Each cell has a fixed size. In contrast to normal egui behavior, strip cells do not grow with its children!

StripBuilder

Builder for creating a new Strip.

Table

Table struct which can construct a TableBody.

TableBody

The body of a table.

TableBuilder

Builder for a Table with (optional) fixed header and scrolling body.

TableRow

The row of a table. Is created by TableRow for each created TableBody.row or each visible row in rows created by calling TableBody.rows.

Functions§

Constants§

Re-exports§