[−][src]Crate uniui_layout_linear_layout
LinearLayout can help you to orginize set of widgets into Horizontal or Vertical line. Please check LinearLayout documentation for more info.
Modules
prelude | Contains LinearLayout, u_linear_layout!, ItemsAlignment and Orientation, AlignmentHorizontal, AlignmentVertical. |
Macros
u_linear_layout | Simplifies LinearLayout creation |
Structs
LinearLayout | LinearLayout places widgets one after another verically or horizontally. |
Enums
ItemsAlignment | Possible alignment of the items in LinearLayout. |