mojbro / gocoa

Go bindings for the Cocoa framework to build macOS applications
MIT License
68 stars 17 forks source link

Implement more button features #18

Closed StarHack closed 3 years ago

StarHack commented 3 years ago

Extends the button class with additional functions such as setting the font size, colors, radiobuttons, checkboxes etc.

Also introduces SetState(gocoa.ButtonStateValueOn) and State() to set/get values of checkboxes and radiobuttons.

buttons

ack3rs commented 3 years ago

Awesome 👍