Documentation ¶
Index ¶
- func BindButton(b *gtk.Button, updaters ...func())
- func BindEntry(e *gtk.Entry, s *string, updaters ...func())
- func BindFileChooser(fsb *gtk.FileChooserButton, s *string, updaters ...func())
- func BindNumberEntry(e *gtk.Entry, input *int, updaters ...func())
- func BindSwitch(s *gtk.Switch, b *bool, updaters ...func())
- func CSSFilter() *gtk.FileFilter
- func EntryError(entry *gtk.Entry, err error)
- func Row(title, subtitle string, w gtk.Widgetter) *handy.ActionRow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindButton ¶
func BindButton(b *gtk.Button, updaters ...func())
func BindFileChooser ¶
func BindFileChooser(fsb *gtk.FileChooserButton, s *string, updaters ...func())
func BindNumberEntry ¶
func BindNumberEntry(e *gtk.Entry, input *int, updaters ...func())
func BindSwitch ¶
func BindSwitch(s *gtk.Switch, b *bool, updaters ...func())
func EntryError ¶
func EntryError(entry *gtk.Entry, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.