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§
| image | load_svg_bytes, load_svg_bytes_with_size |
| loaders | FileLoader, 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 |
| Table | Table struct which can construct a |
| TableBody | The body of a table. |
| TableBuilder | Builder for a |
| TableRow | The row of a table.
Is created by |