ori
0.1.0-alpha.1
In ori::
core::
views
Macros
hstack
hwrap
text
vstack
vwrap
zstack
Structs
Aligned
Animate
Aspect
BuildHandler
Builder
Button
ButtonStyle
Checkbox
CheckboxStyle
Clickable
Collapsing
CollapsingStyle
ColorPicker
ColorPickerStyle
Constrain
Container
ContainerStyle
CursorSetter
Decorate
DrawHandler
EventHandler
Flex
Flexible
Focus
Layout
Memo
Opaque
Pad
Painter
Popup
RebuildHandler
Scroll
ScrollStyle
Slider
SliderStyle
Stack
StackStyle
Suspense
Text
TextInput
TextInputStyle
TextStyle
Tooltip
TooltipStyle
Transform
Trigger
WithState
Wrap
WrapStyle
ZStack
Enums
ClickEvent
Functions
align
animate
aspect
background
bottom
bottom_left
bottom_right
build
button
center
checkbox
circle
collapsing
color_picker
constrain
container
cursor
decorate
ellipse
expand
flex
focus
height
hscroll
hstack
hstack_any
hstack_vec
hwrap
hwrap_any
hwrap_vec
layout
left
max_height
max_size
max_width
memo
min_height
min_size
min_width
on_build
on_click
on_draw
on_event
on_event_before
on_press
on_rebuild
on_release
opaque
pad
pad_bottom
pad_left
pad_right
pad_top
painter
popup
rect
right
rotate
rotate_degrees
scale
size
slider
suspense
text
text_input
tooltip
top
top_left
top_right
transform
transition
transition_active
transition_focused
transition_hovered
translate
trigger
vscroll
vstack
vstack_any
vstack_vec
vwrap
vwrap_any
vwrap_vec
width
with_data
with_data_default
with_state
with_state_default
without_data
without_state
zstack
Type Aliases
Lens
ori
::
core
::
views
Macro
vwrap
Copy item path
Settings
Help
Summary
Source
macro_rules! vwrap { ($($child:expr),* $(,)?) => { ... }; }
Expand description
Create a vertical
Wrap
.