mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Rename tooltip_text to on_hover_text
This commit is contained in:
2
TODO.md
2
TODO.md
@@ -5,7 +5,7 @@ TODO-list for the Egui project. If you looking for something to do, look here.
|
||||
* Widgets
|
||||
* [ ] Tooltips:
|
||||
* [ ] Tooltip widget: Something that looks like this: (?) :that shows text on hover.
|
||||
* [ ] ui.info_button().tooltip_text("More info here");
|
||||
* [ ] ui.info_button().on_hover_text("More info here");
|
||||
* [ ] Allow adding multiple tooltips to the same widget, showing them all one after the other.
|
||||
* [ ] Text input
|
||||
* [x] Input
|
||||
|
||||
Reference in New Issue
Block a user