summaryrefslogtreecommitdiffstats
path: root/examples/combo_box/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-12Re-export variants of `Length` and `alignment` typesLibravatar Héctor Ramón Jiménez1-3/+3
2024-07-12Introduce helper methods for alignment for all widgetsLibravatar Héctor Ramón Jiménez1-2/+2
2024-05-03Introduce `center` widget helperLibravatar Héctor Ramón Jiménez1-7/+2
... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result.
2024-03-16Introduce `Program` APILibravatar Héctor Ramón Jiménez1-9/+9
2024-02-15Make `horizontal_space` and `vertical_space` fill by defaultLibravatar Héctor Ramón Jiménez1-1/+1
2023-08-30Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez1-1/+0
2023-07-26Fix `on_option_hovered` support in `ComboBox`Libravatar Héctor Ramón Jiménez1-10/+10
2023-07-26Add ComboBox widgetLibravatar Joao Freitas1-0/+143
- Widget implementation - Widget helper - Example
2020-07-10Rename `ComboBox` to `PickList`Libravatar Héctor Ramón Jiménez1-121/+0
2020-07-08Position `Menu` layer based on available spaceLibravatar Héctor Ramón Jiménez1-4/+0
2020-07-08Implement `Widget::overlay` for `Scrollable`Libravatar Héctor Ramón Jiménez1-4/+10
2020-07-08Draft `ComboBox` and `Menu` layerLibravatar Héctor Ramón Jiménez1-120/+76
2020-07-08Draft `combo_box` example to test overlay logicLibravatar Héctor Ramón Jiménez1-0/+163