1
0
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:
Emil Ernerfeldt
2020-10-01 22:53:11 +02:00
parent 5cba44eaa8
commit 7a71ac1a95
15 changed files with 55 additions and 39 deletions

View File

@@ -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