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 horizontal Space with the given Length.
Creates a new Image.
Creates a new PickList.
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 Svg widget from the given Handle.
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, and tooltip::Position.
Creates a vertical Rule with the given width.
Creates a new vertical Space with the given Length.