An open API service indexing awesome lists of open source software.

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

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/)