forked from msink/kotlin-libui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First version of a model for the combobox
* Provide a list of values and a ModelEntry for the selected element * When a different item is selected, the model is updated accordingly * Values can be list of a user-defined type, the text displayed is the toString() * Changes to the values are not reflected yet (WIP) Refer to issue: msink#8 Co-authored-by: Mervyn McCreight <[email protected]>
- Loading branch information
1 parent
276b92c
commit aa28b4b
Showing
3 changed files
with
36 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters