declarative

package
v0.0.0-...-db71158 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Button

type Button struct {
	AssignTo  **gowi.Button
	ID        uintptr
	Text      Property
	Enabled   Property
	Visible   Property
	OnClicked gowi.EventHandler
}

func (Button) Create

func (b Button) Create(window *MainWindow)

type Control

type Control interface {
	Create(window *MainWindow)
}

type Label

type Label struct {
	AssignTo **gowi.Label
	ID       uintptr
	Text     Property
}

func (Label) Create

func (l Label) Create(window *MainWindow)

type LineEdit

type LineEdit struct {
	AssignTo **gowi.LineEdit
	ID       uintptr
	Text     Property
}

func (LineEdit) Create

func (l LineEdit) Create(window *MainWindow)

type ListView

type ListView struct {
	AssignTo **gowi.ListView
	ID       uintptr
}

func (ListView) Create

func (l ListView) Create(window *MainWindow)

type ListViewHeader

type ListViewHeader struct {
}

type MainWindow

type MainWindow struct {
	AssignTo **gowi.MainWindow
	ID       uintptr
	Icon     string
	Controls []Control
}

func (*MainWindow) Create

func (this *MainWindow) Create()

func (*MainWindow) Show

func (this *MainWindow) Show()

type Property

type Property interface{}

type TabControl

type TabControl struct {
	AssignTo **gowi.TabControl
	ID       uintptr
	Pages    []TabPage
}

func (TabControl) Create

func (l TabControl) Create(window *MainWindow)

type TabPage

type TabPage struct {
}

Jump to

Keyboard shortcuts

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