https://github.com/ftl/wydget
some custom fyne widgets
https://github.com/ftl/wydget
fyne go golang gui widgets
Last synced: about 1 year ago
JSON representation
some custom fyne widgets
- Host: GitHub
- URL: https://github.com/ftl/wydget
- Owner: ftl
- License: mit
- Created: 2024-12-21T13:05:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-21T13:32:30.000Z (over 1 year ago)
- Last Synced: 2024-12-21T14:30:27.661Z (over 1 year ago)
- Topics: fyne, go, golang, gui, widgets
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wydget - some custom widgets for [fyne](https://github.com/fyne-io/fyne).
## wydget.Entry
`wydget.Entry` extends `widget.Entry` with the following functionality:
- OnFocusGained, OnFocusLost event callbacks to follow the focus
- OnKeyTyped event callback to handle keyboard input
- OnTab event callback to handle the *TAB* key
- MinWidth to set the minimum width
## License
This software is published under the [MIT License](https://www.tldrlegal.com/l/mit).
Copyright [Florian Thienel](http://thecodingflow.com/)