Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Button ¶
type Button struct { uik.Foundation Label *Label Clickers map[Clicker]bool AddClicker chan Clicker RemoveClicker chan Clicker // contains filtered or unexported fields }
func (*Button) GetConfig ¶
func (b *Button) GetConfig() (cfg ButtonConfig)
func (*Button) Initialize ¶
func (b *Button) Initialize()
func (*Button) SetConfig ¶
func (b *Button) SetConfig(cfg ButtonConfig)
type ButtonConfig ¶
type Checkbox ¶
type Checkbox struct { uik.Block // contains filtered or unexported fields }
func NewCheckbox ¶
type Entry ¶
type Entry struct { uik.Block // contains filtered or unexported fields }
func (*Entry) Initialize ¶
func (e *Entry) Initialize()
type Image ¶
type Image struct { uik.Block // contains filtered or unexported fields }
func NewImage ¶
func NewImage(cfg ImageConfig) (i *Image)
func (*Image) GetConfig ¶
func (i *Image) GetConfig() (cfg ImageConfig)
func (*Image) Initialize ¶
func (i *Image) Initialize()
func (*Image) SetConfig ¶
func (i *Image) SetConfig(cfg ImageConfig)
type ImageConfig ¶
func (ImageConfig) ImageSize ¶
func (ic ImageConfig) ImageSize() (s geom.Coord)
type KeyGrab ¶
type KeyGrab struct { uik.Block // contains filtered or unexported fields }
func NewKeyGrab ¶
type Label ¶
type Label struct { uik.Block // contains filtered or unexported fields }
func (*Label) GetConfig ¶
func (l *Label) GetConfig() (cfg LabelConfig)
func (*Label) Initialize ¶
func (l *Label) Initialize()
func (*Label) SetConfig ¶
func (l *Label) SetConfig(cfg LabelConfig)
type Radio ¶
type Radio struct { uik.Foundation SetOptions chan<- []string GetOptions <-chan []string SetSelection chan<- int GetSelection <-chan int AddSelectionListener chan<- SelectionListener RemoveSelectionListener <-chan SelectionListener // contains filtered or unexported fields }
func (*Radio) HandleEvent ¶
func (r *Radio) HandleEvent(e interface{})
func (*Radio) HandleEvents ¶
func (r *Radio) HandleEvents()
func (*Radio) Initialize ¶
func (r *Radio) Initialize()
type RadioSelection ¶
type SelectionListener ¶
type SelectionListener chan RadioSelection
Click to show internal directories.
Click to hide internal directories.