Closed StarHack closed 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.
SetState(gocoa.ButtonStateValueOn)
State()
Awesome 👍
Extends the button class with additional functions such as setting the font size, colors, radiobuttons, checkboxes etc.
Also introduces
SetState(gocoa.ButtonStateValueOn)
andState()
to set/get values of checkboxes and radiobuttons.