summaryrefslogtreecommitdiffstats
path: root/examples/combo_box (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-101-1/+2
|\
| * Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-1/+2
| | | | | | | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
* | Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-301-1/+0
|/
* Fix `on_option_hovered` support in `ComboBox`Libravatar Héctor Ramón Jiménez2023-07-261-10/+10
|
* Add gif to exampleLibravatar Joao Freitas2023-07-262-1/+1
|
* Add ComboBox widgetLibravatar Joao Freitas2023-07-263-0/+170
- Widget implementation - Widget helper - Example