outer

package
v0.0.0-...-f85e0a9 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2015 License: BSD-3-Clause Imports: 2 Imported by: 123

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Attachable

type Attachable interface {
	Attached() bool
	Attach()
	Detach()
	OnAttach(func()) gxui.EventSubscription
	OnDetach(func()) gxui.EventSubscription
}

type Draw

type Draw interface {
	Draw() gxui.Canvas
}

type IsVisibler

type IsVisibler interface {
	IsVisible() bool
}

type Layout

type Layout interface {
	Layout(math.Rect)
}

type LayoutChildren

type LayoutChildren interface {
	LayoutChildren()
}

type PaintChilder

type PaintChilder interface {
	PaintChild(c gxui.Canvas, child *gxui.Child, idx int)
}

type Painter

type Painter interface {
	Paint(gxui.Canvas)
}

type Parenter

type Parenter interface {
	Parent() gxui.Parent
}

type Redrawer

type Redrawer interface {
	Redraw()
}

type Relayouter

type Relayouter interface {
	Relayout()
}

type Sized

type Sized interface {
	Size() math.Size
	SetSize(math.Size)
}

Jump to

Keyboard shortcuts

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