Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Counter ¶
func Counter(c *CounterDelegate) layout.Widget
Types ¶
type CounterDelegate ¶
type CounterDelegate struct { *components.Clickable components.Worker // contains filtered or unexported fields }
func New ¶
func New() *CounterDelegate
func (*CounterDelegate) Bind ¶
func (c *CounterDelegate) Bind(cnt *int) *CounterDelegate
func (*CounterDelegate) Event ¶
func (c *CounterDelegate) Event(ev event.Event)
func (*CounterDelegate) Value ¶
func (c *CounterDelegate) Value() string
Click to show internal directories.
Click to hide internal directories.