izapple2/frontend/a2fyne/notes.md

14 lines
326 B
Markdown
Raw Permalink Normal View History

2020-10-11 18:31:55 +00:00
# Fyne
- Tooltip on widgets. As there is a Hoverable, it would be nice to have Tooltipable¿? and check on mouse move.
```
type Tooltipable interface {
Tooltip() string
}
```
- Text on the toolabar items, at least tooltips
- Missing keys for Pause and for PrintScreen.
- RunOnMain()
- Buttons with state: pressed, disabled