document GridDirection
This commit is contained in:
parent
c55c8dfa1e
commit
dfab28fe6d
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ use crate::{
|
||||||
};
|
};
|
||||||
use egui::Ui;
|
use egui::Ui;
|
||||||
|
|
||||||
|
/// The direction in which cells are positioned in the grid.
|
||||||
|
///
|
||||||
|
/// In a horizontal grid cells are positions from left to right.
|
||||||
|
/// In a vertical grid cells are positions from top to bottom.
|
||||||
enum GridDirection {
|
enum GridDirection {
|
||||||
Horizontal,
|
Horizontal,
|
||||||
Vertical,
|
Vertical,
|
||||||
|
|
Loading…
Reference in a new issue