Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 935 Bytes

File metadata and controls

18 lines (14 loc) · 935 Bytes

Custom Widgets

Sometimes, the default widgets provided by Iced are not enough. You might need to draw a knob for a sound production program, or a custom slider for some other application, or even a custom UI for a car panel. This section goes through some techniques to achieve that.

Contents

➡️ Next: Drawing Widgets

📘 Back: Table of contents