Module widget
cosmic
0.1.0
Module widget
Module Items
Modules
Structs
Traits
In cosmic::
iced_
renderer::
graphics::
core
Modules
alignment
border
clipboard
event
font
gradient
id
image
keyboard
layout
mouse
overlay
padding
renderer
svg
text
theme
time
touch
widget
window
Macros
color
Structs
Border
Color
Degrees
Element
Font
Hasher
Image
Layout
Padding
Pixels
Point
Radians
Rectangle
Shadow
Shell
Size
SmolStr
Svg
Text
Transformation
Vector
Enums
Alignment
Background
ContentFit
Event
Gradient
Length
Rotation
Theme
Traits
Clipboard
Overlay
Renderer
Widget
cosmic
::
iced_renderer
::
graphics
::
core
Module
widget
Copy item path
Settings
Help
Summary
Source
Expand description
Create custom widgets and operate on them.
Modules
§
operation
Query or update internal widget state.
text
Text widgets display information through writing.
tree
Store internal widget state in a state tree to ensure continuity.
Structs
§
Id
The identifier of a generic widget.
Text
A bunch of text.
Tree
A persistent state widget tree.
Traits
§
Operation
A piece of logic that can traverse the widget tree of an application in order to query or update some widget state.
Widget
A component that displays information and allows interaction.