简体   繁体   中英

How to round button widget in Fyne golang?

Does anyone know how to round a button widget in or any other widget in Fyne golang? Looked through the documentation can't seem find anything related to it.

The standard widgets don't expose the ability to tweak their graphical representation. The API is based on behaviour and outcomes rather than graphical definition.

You would need to make some sort of custom widget to build a button that does not look like a standard button.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM