This commit is contained in:
ocornut
2015-05-01 11:07:30 +02:00
parent 8fbb42cc6f
commit 68ccdc4fb8
2 changed files with 3 additions and 2 deletions

View File

@ -344,6 +344,7 @@
- popup: border options. richer api like BeginChild() perhaps? (github issue #197)
- combo: turn child handling code into pop up helper
- combo: contents should extends to fit label if combo widget is small
- combo/listbox: keyboard control. need inputtext like non-active focus + key handling. considering keybord for custom listbox (see github pr #203)
- listbox: multiple selection
- listbox: user may want to initial scroll to focus on the one selected value?
! menubar, menus (github issue #126)