row

package
v0.0.0-...-715945f Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2017 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 Dynamic

type Dynamic struct {
	// contains filtered or unexported fields
}

func NewDynamic

func NewDynamic(height float32, cols int32) *Dynamic

func NewDynamicAsChild

func NewDynamicAsChild(parent nkf.RecursiveDrawable, height float32, cols int32) *Dynamic

func (*Dynamic) AddChild

func (dynamic *Dynamic) AddChild(drawable nkf.Drawable)

func (*Dynamic) ChildByIndex

func (dynamic *Dynamic) ChildByIndex(index int) nkf.Drawable

func (*Dynamic) ClearChildren

func (dynamic *Dynamic) ClearChildren()

func (*Dynamic) IndexOfChild

func (dynamic *Dynamic) IndexOfChild(drawable nkf.Drawable) int

func (*Dynamic) Render

func (dynamic *Dynamic) Render(ctx *nk.Context)

type Static

type Static struct {
	// contains filtered or unexported fields
}

func NewStatic

func NewStatic(height float32, itemWidth, cols int32) *Static

func NewStaticAsChild

func NewStaticAsChild(parent nkf.RecursiveDrawable, height float32, itemWidth, cols int32) *Static

func (*Static) AddChild

func (static *Static) AddChild(drawable nkf.Drawable)

func (*Static) ChildByIndex

func (static *Static) ChildByIndex(index int) nkf.Drawable

func (*Static) ClearChildren

func (static *Static) ClearChildren()

func (*Static) IndexOfChild

func (static *Static) IndexOfChild(drawable nkf.Drawable) int

func (*Static) Render

func (static *Static) Render(ctx *nk.Context)

Jump to

Keyboard shortcuts

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