outer

package
v0.0.0-...-c988e08 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2015 License: BSD-3-Clause Imports: 2 Imported by: 0

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 Bounds

type Bounds interface {
	Bounds() math.Rect
}

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.Control, idx int)
}

type Painter

type Painter interface {
	Paint(gxui.Canvas)
}

type Parenter

type Parenter interface {
	Parent() gxui.Container
}

type Redrawer

type Redrawer interface {
	Redraw()
}

type Relayouter

type Relayouter interface {
	Relayout()
}

Jump to

Keyboard shortcuts

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