Expand description
Modules§
- syntax_
highlighting - Syntax highlighting for code.
Structs§
- Column
- Specifies the properties of a column, like its width range.
- 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!
- Strip
Builder - Builder for creating a new
Strip
. - Table
- Table struct which can construct a
TableBody
. - Table
Body - The body of a table.
- Table
Builder - Builder for a
Table
with (optional) fixed header and scrolling body. - Table
Row - The row of a table.
Is created by
TableRow
for each createdTableBody::row
or each visible row in rows created by callingTableBody::rows
.
Enums§
- Size
- Size hint for table column/strip cell.
Functions§
- install_
image_ loaders - Installs a set of image loaders.