mirror of
https://github.com/ivanizag/izapple2.git
synced 2024-12-28 02:30:36 +00:00
14 lines
326 B
Markdown
14 lines
326 B
Markdown
# 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
|