Documentation
¶
Overview ¶
Code generated by go generate; DO NOT EDIT. This file was generated by gen_types.go on Sun Feb 24 18:20:58
Index ¶
- type Builder
- func (b Builder) GetApplicationWindow(name string) (*gtk.ApplicationWindow, error)
- func (b Builder) GetBox(name string) (*gtk.Box, error)
- func (b Builder) GetButton(name string) (*gtk.Button, error)
- func (b Builder) GetEntry(name string) (*gtk.Entry, error)
- func (b Builder) GetExpander(name string) (*gtk.Expander, error)
- func (b Builder) GetHeaderBar(name string) (*gtk.HeaderBar, error)
- func (b Builder) GetLabel(name string) (*gtk.Label, error)
- func (b Builder) GetLinkButton(name string) (*gtk.LinkButton, error)
- func (b Builder) GetListBox(name string) (*gtk.ListBox, error)
- func (b Builder) GetRadioButton(name string) (*gtk.RadioButton, error)
- func (b Builder) GetRevealer(name string) (*gtk.Revealer, error)
- func (b Builder) GetStack(name string) (*gtk.Stack, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
Builder have helpers functions to retrieves typed object from an ui file
func (Builder) GetApplicationWindow ¶
func (b Builder) GetApplicationWindow(name string) (*gtk.ApplicationWindow, error)
GetApplicationWindow returns the matching *gtk.ApplicationWindow corresponding to name
func (Builder) GetExpander ¶
GetExpander returns the matching *gtk.Expander corresponding to name
func (Builder) GetHeaderBar ¶
GetHeaderBar returns the matching *gtk.HeaderBar corresponding to name
func (Builder) GetLinkButton ¶
func (b Builder) GetLinkButton(name string) (*gtk.LinkButton, error)
GetLinkButton returns the matching *gtk.LinkButton corresponding to name
func (Builder) GetListBox ¶
GetListBox returns the matching *gtk.ListBox corresponding to name
func (Builder) GetRadioButton ¶
func (b Builder) GetRadioButton(name string) (*gtk.RadioButton, error)
GetRadioButton returns the matching *gtk.RadioButton corresponding to name
func (Builder) GetRevealer ¶
GetRevealer returns the matching *gtk.Revealer corresponding to name