MCPcopy Create free account
hub / github.com/andlabs/ui / FontButton

Struct FontButton

fontbutton.go:14–18  ·  view source on GitHub ↗

FontButton is a Control that represents a button that the user can click to select a font.

Source from the content-addressed store, hash-verified

12// FontButton is a Control that represents a button that the user can
13// click to select a font.
14type FontButton struct {
15 ControlBase
16 b *C.uiFontButton
17 onChanged func(*FontButton)
18}
19
20// NewFontButton creates a new FontButton.
21func NewFontButton() *FontButton {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected