Module iced_native::widget::helpers
source · Expand description
Helper functions to create pure widgets.
Functions
- Creates a new
Button
with the provided content. - Creates a new
Checkbox
. - Creates a new
Column
with the given children. - Creates a new
Container
with the provided content. - Creates a horizontal
Rule
with the given height. - Creates a new
Image
. - Creates a new
PickList
. - Creates a new
ProgressBar
. - Creates a new
Radio
. - Creates a new
Row
with the given children. - Creates a new
Scrollable
with the provided content. - Creates a new
Slider
. - Creates a new
Text
widget with the provided content. - Creates a new
TextInput
. - Creates a new
Toggler
. - Creates a new
Tooltip
with the provided content, tooltip text, andtooltip::Position
. - Creates a vertical
Rule
with the given width. - Creates a new
VerticalSlider
.