Re-export variants of Length and alignment types
This commit is contained in:
parent
f9dd5cbb09
commit
76737351ea
51 changed files with 255 additions and 395 deletions
|
|
@ -1,30 +1,5 @@
|
|||
//! Align and position widgets.
|
||||
|
||||
/// Returns a value representing center alignment.
|
||||
pub const fn center() -> Alignment {
|
||||
Alignment::Center
|
||||
}
|
||||
|
||||
/// Returns a value representing left alignment.
|
||||
pub const fn left() -> Horizontal {
|
||||
Horizontal::Left
|
||||
}
|
||||
|
||||
/// Returns a value representing right alignment.
|
||||
pub const fn right() -> Horizontal {
|
||||
Horizontal::Right
|
||||
}
|
||||
|
||||
/// Returns a value representing top alignment.
|
||||
pub const fn top() -> Vertical {
|
||||
Vertical::Top
|
||||
}
|
||||
|
||||
/// Returns a value representing bottom alignment.
|
||||
pub const fn bottom() -> Vertical {
|
||||
Vertical::Bottom
|
||||
}
|
||||
|
||||
/// Alignment on the axis of a container.
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub enum Alignment {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue