Browse Source

switch to documentation comments

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
dynamic-grid
René Rössler 3 years ago
committed by GitHub
parent
commit
cef3c743cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      egui_extras/src/table.rs

6
egui_extras/src/table.rs

@ -1,6 +1,6 @@
/// Table view with (optional) fixed header and scrolling body.
/// Cell widths are precalculated with given size hints so we can have tables like this:
/// | fixed size | all available space/minimum | 30% of available width | fixed size |
//! Table view with (optional) fixed header and scrolling body.
//! Cell widths are precalculated with given size hints so we can have tables like this:
//! | fixed size | all available space/minimum | 30% of available width | fixed size |
/// Takes all available height, so if you want something below the table, put it in a grid.
use crate::{
layout::{CellSize, LineDirection},

Loading…
Cancel
Save