buildhelp

package
v0.0.0-...-0caaa62 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2017 License: GPL-3.0-or-later Imports: 2 Imported by: 1

Documentation

Overview

Package buildhelp is a small wrapper around gtk.Builder to load interfaces easily.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildHelp

type BuildHelp struct {
	gtk.Builder
	Errors []error
}

BuildHelp is a small wrapper around gtk.Builder to load interfaces easily.

func New

func New() *BuildHelp

New creates a *BuildHelp to load gtk.Builder interfaces easily.

func NewFromBytes

func NewFromBytes(bytes []byte) *BuildHelp

NewFromBytes creates a *BuildHelp to load gtk.Builder interfaces easily from a slice of bytes.

func (*BuildHelp) GetAdjustment

func (b *BuildHelp) GetAdjustment(name string) *gtk.Adjustment

GetAdjustment get the object named name as Adjustment.

func (*BuildHelp) GetBox

func (b *BuildHelp) GetBox(name string) *gtk.Box

GetBox get the object named name as Box.

func (*BuildHelp) GetButton

func (b *BuildHelp) GetButton(name string) *gtk.Button

GetButton get the object named name as Button.

func (*BuildHelp) GetCellRendererText

func (b *BuildHelp) GetCellRendererText(name string) *gtk.CellRendererText

GetCellRendererText get the object named name as CellRendererText.

func (*BuildHelp) GetCheckButton

func (b *BuildHelp) GetCheckButton(name string) *gtk.CheckButton

GetCheckButton get the object named name as CheckButton.

func (*BuildHelp) GetComboBox

func (b *BuildHelp) GetComboBox(name string) *gtk.ComboBox

GetComboBox get the object named name as ComboBox.

func (*BuildHelp) GetFrame

func (b *BuildHelp) GetFrame(name string) *gtk.Frame

GetFrame get the object named name as Frame.

func (*BuildHelp) GetImage

func (b *BuildHelp) GetImage(name string) *gtk.Image

GetImage get the object named name as Image.

func (*BuildHelp) GetLabel

func (b *BuildHelp) GetLabel(name string) *gtk.Label

GetLabel get the object named name as Label.

func (*BuildHelp) GetListStore

func (b *BuildHelp) GetListStore(name string) *gtk.ListStore

GetListStore get the object named name as ListStore.

func (*BuildHelp) GetScale

func (b *BuildHelp) GetScale(name string) *gtk.Scale

GetScale get the object named name as Scale.

func (*BuildHelp) GetScrolledWindow

func (b *BuildHelp) GetScrolledWindow(name string) *gtk.ScrolledWindow

GetScrolledWindow get the object named name as ScrolledWindow.

func (*BuildHelp) GetSwitch

func (b *BuildHelp) GetSwitch(name string) *gtk.Switch

GetSwitch get the object named name as Switch.

func (*BuildHelp) GetToggleButton

func (b *BuildHelp) GetToggleButton(name string) *gtk.ToggleButton

GetToggleButton get the object named name as ToggleButton.

func (*BuildHelp) GetTreeSelection

func (b *BuildHelp) GetTreeSelection(name string) *gtk.TreeSelection

GetTreeSelection get the object named name as TreeSelection.

func (*BuildHelp) GetTreeStore

func (b *BuildHelp) GetTreeStore(name string) *gtk.TreeStore

GetTreeStore get the object named name as TreeStore.

func (*BuildHelp) GetTreeView

func (b *BuildHelp) GetTreeView(name string) *gtk.TreeView

GetTreeView get the object named name as TreeView.

func (*BuildHelp) GetTreeViewColumn

func (b *BuildHelp) GetTreeViewColumn(name string) *gtk.TreeViewColumn

GetTreeViewColumn get the object named name as TreeViewColumn.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL