stdlib

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: May 10, 2026 License: MIT Imports: 81 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BuiltinModules = map[string]map[string]tender.Object{
	"math":      mathModule,
	"cmplx":     cmplxModule,
	"os":        osModule,
	"strings":   stringsModule,
	"times":     timesModule,
	"rand":      randModule,
	"fmt":       fmtModule,
	"json":      jsonModule,
	"base64":    base64Module,
	"hex":       hexModule,
	"colors":    colorsModule,
	"gzip":      gzipModule,
	"zip":       zipModule,
	"tar":       tarModule,
	"bufio":     bufioModule,
	"crypto":    cryptoModule,
	"path":      pathModule,
	"image":     imageModule,
	"canvas":    canvasModule,
	"dll":       dllModule,
	"io":        ioModule,
	"audio":     audioModule,
	"net":       netModule,
	"http":      httpModule,
	"websocket": websocketModule,
	"gob":       gobModule,
	"csv":       csvModule,
	"xml":       xmlModule,
	"wui":       wuiModule,
}

BuiltinModules are builtin type standard library modules.

Functions

func AllModuleNames

func AllModuleNames() []string

AllModuleNames returns a list of all default module names.

func FuncABR added in v0.0.4

func FuncABR(fn func(bool)) tender.CallableFunc

func FuncAFFFFFFR

func FuncAFFFFFFR(fn func(float64, float64, float64, float64, float64, float64)) tender.CallableFunc

FuncAFFFFFFR transform a function of 'func(float64, float64, float64, float64, float64, float64)' signature into CallableFunc type.

func FuncAFFFFFR

func FuncAFFFFFR(fn func(float64, float64, float64, float64, float64)) tender.CallableFunc

FuncAFFFFFR transform a function of 'func(float64, float64, float64, float64, float64)' signature into CallableFunc type.

func FuncAFFFFR

func FuncAFFFFR(fn func(float64, float64, float64, float64)) tender.CallableFunc

FuncAFFFFR transform a function of 'func(float64, float64, float64, float64)' signature into CallableFunc type.

func FuncAFFFR

func FuncAFFFR(fn func(float64, float64, float64)) tender.CallableFunc

FuncAFFFR transform a function of 'func(float64, float64, float64)' signature into CallableFunc type.

func FuncAFFR

func FuncAFFR(fn func(float64, float64)) tender.CallableFunc

FuncAFFR transform a function of 'func(float64, float64)' signature into CallableFunc type.

func FuncAFFRF

func FuncAFFRF(fn func(float64, float64) float64) tender.CallableFunc

FuncAFFRF transform a function of 'func(float64, float64) float64' signature into CallableFunc type.

func FuncAFFRFF

func FuncAFFRFF(fn func(float64, float64) (float64, float64)) tender.CallableFunc

FuncAFFRFF transform a function of 'func(float64, float64) (float64, float64)' signature into CallableFunc type.

func FuncAFIRB

func FuncAFIRB(fn func(float64, int) bool) tender.CallableFunc

FuncAFIRB transform a function of 'func(float64, int) bool' signature into CallableFunc type.

func FuncAFIRF

func FuncAFIRF(fn func(float64, int) float64) tender.CallableFunc

FuncAFIRF transform a function of 'func(float64, int) float64' signature into CallableFunc type.

func FuncAFR

func FuncAFR(fn func(float64)) tender.CallableFunc

FuncAFR transform a function of 'func(float64)' signature into CallableFunc type.

func FuncAFRB

func FuncAFRB(fn func(float64) bool) tender.CallableFunc

FuncAFRB transform a function of 'func(float64) bool' signature into CallableFunc type.

func FuncAFRF

func FuncAFRF(fn func(float64) float64) tender.CallableFunc

FuncAFRF transform a function of 'func(float64) float64' signature into CallableFunc type.

func FuncAFRI

func FuncAFRI(fn func(float64) int) tender.CallableFunc

FuncAFRI transform a function of 'func(float64) int' signature into CallableFunc type.

func FuncAI64IRI64E

func FuncAI64IRI64E(fn func(int64, int) (int64, error)) tender.CallableFunc

func FuncAI64R

func FuncAI64R(fn func(int64)) tender.CallableFunc

FuncAI64R transform a function of 'func(int64)' signature into CallableFunc type.

func FuncAI64RI64

func FuncAI64RI64(fn func(int64) int64) tender.CallableFunc

FuncAI64RI64 transform a function of 'func(int64) int64' signature into CallableFunc type.

func FuncAIFRF

func FuncAIFRF(fn func(int, float64) float64) tender.CallableFunc

FuncAIFRF transform a function of 'func(int, float64) float64' signature into CallableFunc type.

func FuncAIIIIR

func FuncAIIIIR(fn func(int, int, int, int)) tender.CallableFunc

func FuncAIIIR

func FuncAIIIR(fn func(int, int, int)) tender.CallableFunc

func FuncAIIR

func FuncAIIR(fn func(int, int)) tender.CallableFunc

FuncAIIR transform a function of 'func(int, int)' signature into CallableFunc type.

func FuncAIIRE

func FuncAIIRE(fn func(int, int) error) tender.CallableFunc

FuncAIIRE transform a function of 'func(int, int) error' signature into CallableFunc type.

func FuncAIR

func FuncAIR(fn func(int)) tender.CallableFunc

FuncAIR transform a function of 'func(int)' signature into CallableFunc type.

func FuncAIRF

func FuncAIRF(fn func(int) float64) tender.CallableFunc

FuncAIRF transform a function of 'func(int) float64' signature into CallableFunc type.

func FuncAIRIs

func FuncAIRIs(fn func(int) []int) tender.CallableFunc

FuncAIRIs transform a function of 'func(int) []int' signature into CallableFunc type.

func FuncAIRS

func FuncAIRS(fn func(int) string) tender.CallableFunc

FuncAIRS transform a function of 'func(int) string' signature into CallableFunc type.

func FuncAIRSsE

func FuncAIRSsE(fn func(int) ([]string, error)) tender.CallableFunc

FuncAIRSsE transform a function of 'func(int) ([]string, error)' signature into CallableFunc type.

func FuncAR

func FuncAR(fn func()) tender.CallableFunc

FuncAR transform a function of 'func()' signature into CallableFunc type.

func FuncARB

func FuncARB(fn func() bool) tender.CallableFunc

FuncARB transform a function of 'func() bool' signature into CallableFunc type.

func FuncARE

func FuncARE(fn func() error) tender.CallableFunc

FuncARE transform a function of 'func() error' signature into CallableFunc type.

func FuncARF

func FuncARF(fn func() float64) tender.CallableFunc

FuncARF transform a function of 'func() float64' signature into CallableFunc type.

func FuncARI

func FuncARI(fn func() int) tender.CallableFunc

FuncARI transform a function of 'func() int' signature into CallableFunc type.

func FuncARI64

func FuncARI64(fn func() int64) tender.CallableFunc

FuncARI64 transform a function of 'func() int64' signature into CallableFunc type.

func FuncARI64E

func FuncARI64E(fn func() (int64, error)) tender.CallableFunc

func FuncARIsE

func FuncARIsE(fn func() ([]int, error)) tender.CallableFunc

FuncARIsE transform a function of 'func() ([]int, error)' signature into CallableFunc type.

func FuncARS

func FuncARS(fn func() string) tender.CallableFunc

FuncARS transform a function of 'func() string' signature into CallableFunc type.

func FuncARSE

func FuncARSE(fn func() (string, error)) tender.CallableFunc

FuncARSE transform a function of 'func() (string, error)' signature into CallableFunc type.

func FuncARSs

func FuncARSs(fn func() []string) tender.CallableFunc

FuncARSs transform a function of 'func() []string' signature into CallableFunc type.

func FuncARYE

func FuncARYE(fn func() ([]byte, error)) tender.CallableFunc

FuncARYE transform a function of 'func() ([]byte, error)' signature into CallableFunc type.

func FuncARu8

func FuncARu8(fn func() uint8) tender.CallableFunc

func FuncASFFFFR

func FuncASFFFFR(fn func(string, float64, float64, float64, float64)) tender.CallableFunc

func FuncASFFR

func FuncASFFR(fn func(string, float64, float64)) tender.CallableFunc

FuncASFFR transform a function of 'func(string, float, float)' signature into CallableFunc type. User function will return 'true' if underlying native function returns nil.

func FuncASFRE

func FuncASFRE(fn func(string, float64) error) tender.CallableFunc

func FuncASFRFF

func FuncASFRFF(fn func(string, float64) (float64, float64)) tender.CallableFunc

func FuncASFRSs

func FuncASFRSs(fn func(string, float64) []string) tender.CallableFunc

FuncARSs transform a function of 'func() []string' signature into CallableFunc type.

func FuncASI64RE

func FuncASI64RE(fn func(string, int64) error) tender.CallableFunc

FuncASI64RE transform a function of 'func(string, int64) error' signature into CallableFunc type.

func FuncASIIRE

func FuncASIIRE(fn func(string, int, int) error) tender.CallableFunc

FuncASIIRE transform a function of 'func(string, int, int) error' signature into CallableFunc type.

func FuncASIRS

func FuncASIRS(fn func(string, int) string) tender.CallableFunc

FuncASIRS transform a function of 'func(string, int) string' signature into CallableFunc type.

func FuncASR

func FuncASR(fn func(string)) tender.CallableFunc

FuncASR transform a function of 'func(string)' signature native function returns nil.

func FuncASRB

func FuncASRB(fn func(string) bool) tender.CallableFunc

func FuncASRE

func FuncASRE(fn func(string) error) tender.CallableFunc

FuncASRE transform a function of 'func(string) error' signature into CallableFunc type. User function will return 'true' if underlying native function returns nil.

func FuncASRFF

func FuncASRFF(fn func(string) (float64, float64)) tender.CallableFunc

func FuncASRI

func FuncASRI(fn func(string) int) tender.CallableFunc

FuncASRI transform a function of 'func(string) (int)' signature into CallableFunc type.

func FuncASRIE

func FuncASRIE(fn func(string) (int, error)) tender.CallableFunc

FuncASRIE transform a function of 'func(string) (int, error)' signature into CallableFunc type.

func FuncASRS

func FuncASRS(fn func(string) string) tender.CallableFunc

FuncASRS transform a function of 'func(string) string' signature into CallableFunc type. User function will return 'true' if underlying native function returns nil.

func FuncASRSE

func FuncASRSE(fn func(string) (string, error)) tender.CallableFunc

FuncASRSE transform a function of 'func(string) (string, error)' signature into CallableFunc type. User function will return 'true' if underlying native function returns nil.

func FuncASRSs

func FuncASRSs(fn func(string) []string) tender.CallableFunc

FuncASRSs transform a function of 'func(string) []string' signature into CallableFunc type.

func FuncASRYE

func FuncASRYE(fn func(string) ([]byte, error)) tender.CallableFunc

FuncASRYE transform a function of 'func(string) ([]byte, error)' signature into CallableFunc type.

func FuncASSIRSs

func FuncASSIRSs(fn func(string, string, int) []string) tender.CallableFunc

FuncASSIRSs transform a function of 'func(string, string, int) []string' signature into CallableFunc type.

func FuncASSRB

func FuncASSRB(fn func(string, string) bool) tender.CallableFunc

FuncASSRB transform a function of 'func(string, string) bool' signature into CallableFunc type.

func FuncASSRE

func FuncASSRE(fn func(string, string) error) tender.CallableFunc

FuncASSRE transform a function of 'func(string, string) error' signature into CallableFunc type. User function will return 'true' if underlying native function returns nil.

func FuncASSRI

func FuncASSRI(fn func(string, string) int) tender.CallableFunc

FuncASSRI transform a function of 'func(string, string) int' signature into CallableFunc type.

func FuncASSRS

func FuncASSRS(fn func(string, string) string) tender.CallableFunc

FuncASSRS transform a function of 'func(string, string) string' signature into CallableFunc type.

func FuncASSRSs

func FuncASSRSs(fn func(string, string) []string) tender.CallableFunc

FuncASSRSs transform a function of 'func(string, string) []string' signature into CallableFunc type.

func FuncASsSRS

func FuncASsSRS(fn func([]string, string) string) tender.CallableFunc

FuncASsSRS transform a function of 'func([]string, string) string' signature into CallableFunc type.

func FuncATRE

func FuncATRE(fn func(time.Time) error) tender.CallableFunc

func FuncAYFRE

func FuncAYFRE(fn func([]byte, float64) error) tender.CallableFunc

func FuncAYI64RIE

func FuncAYI64RIE(fn func([]byte, int64) (int, error)) tender.CallableFunc

func FuncAYRIE

func FuncAYRIE(fn func([]byte) (int, error)) tender.CallableFunc

FuncAYRIE transform a function of 'func([]byte) (int, error)' signature into CallableFunc type.

func FuncAYRS

func FuncAYRS(fn func([]byte) string) tender.CallableFunc

FuncAYRS transform a function of 'func([]byte) string' signature into CallableFunc type.

func FuncAf64iiR

func FuncAf64iiR(fn func(float64, int, int)) tender.CallableFunc

func FuncAuIR

func FuncAuIR(fn func(uint)) tender.CallableFunc

FuncAIR transform a function of 'func(uint)' signature into CallableFunc type.

func GetModuleMap

func GetModuleMap(names ...string) *tender.ModuleMap

GetModuleMap returns the module map that includes all modules for the given module names.

Types

type DLLContext added in v0.0.3

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

Extended DLL structure to track loaded libraries

type Gob

type Gob struct {
	Value tender.Object
}

type IOReader

type IOReader struct {
	tender.ObjectImpl
	Value io.Reader
}

func (*IOReader) Copy

func (p *IOReader) Copy() tender.Object

func (*IOReader) IndexGet

func (o *IOReader) IndexGet(index tender.Object) (res tender.Object, err error)

func (*IOReader) String

func (p *IOReader) String() string

func (*IOReader) TypeName

func (p *IOReader) TypeName() string

type IOWriter

type IOWriter struct {
	tender.ObjectImpl
	Value io.Writer
}

func (*IOWriter) Copy

func (p *IOWriter) Copy() tender.Object

func (*IOWriter) IndexGet

func (o *IOWriter) IndexGet(index tender.Object) (res tender.Object, err error)

func (*IOWriter) String

func (p *IOWriter) String() string

func (*IOWriter) TypeName

func (p *IOWriter) TypeName() string

TypeName returns the name of the type.

type WUIButton added in v0.0.4

type WUIButton struct {
	tender.ObjectImpl
	Value *wui.Button
}

func (*WUIButton) Copy added in v0.0.4

func (b *WUIButton) Copy() tender.Object

func (*WUIButton) IndexGet added in v0.0.4

func (b *WUIButton) IndexGet(index tender.Object) (res tender.Object, err error)

func (*WUIButton) String added in v0.0.4

func (b *WUIButton) String() string

func (*WUIButton) TypeName added in v0.0.4

func (b *WUIButton) TypeName() string

type WUICanvas added in v0.0.4

type WUICanvas struct {
	tender.ObjectImpl
	Value *wui.Canvas
}

func (*WUICanvas) Copy added in v0.0.4

func (c *WUICanvas) Copy() tender.Object

func (*WUICanvas) IndexGet added in v0.0.4

func (c *WUICanvas) IndexGet(index tender.Object) (res tender.Object, err error)

func (*WUICanvas) String added in v0.0.4

func (c *WUICanvas) String() string

func (*WUICanvas) TypeName added in v0.0.4

func (c *WUICanvas) TypeName() string

type WUICheckBox added in v0.0.4

type WUICheckBox struct {
	tender.ObjectImpl
	Value *wui.CheckBox
}

func (*WUICheckBox) Copy added in v0.0.4

func (c *WUICheckBox) Copy() tender.Object

func (*WUICheckBox) IndexGet added in v0.0.4

func (c *WUICheckBox) IndexGet(index tender.Object) (res tender.Object, err error)

WUICheckBox updates

func (*WUICheckBox) String added in v0.0.4

func (c *WUICheckBox) String() string

func (*WUICheckBox) TypeName added in v0.0.4

func (c *WUICheckBox) TypeName() string

type WUIColor added in v0.0.4

type WUIColor struct {
	tender.ObjectImpl
	Value wui.Color
}

Color wrapper

func (*WUIColor) Copy added in v0.0.4

func (c *WUIColor) Copy() tender.Object

func (*WUIColor) IndexGet added in v0.0.4

func (c *WUIColor) IndexGet(index tender.Object) (res tender.Object, err error)

func (*WUIColor) String added in v0.0.4

func (c *WUIColor) String() string

func (*WUIColor) TypeName added in v0.0.4

func (c *WUIColor) TypeName() string

type WUIComboBox added in v0.0.4

type WUIComboBox struct {
	tender.ObjectImpl
	Value *wui.ComboBox
}

func (*WUIComboBox) Copy added in v0.0.4

func (c *WUIComboBox) Copy() tender.Object

func (*WUIComboBox) IndexGet added in v0.0.4

func (c *WUIComboBox) IndexGet(index tender.Object) (res tender.Object, err error)

WUIComboBox updates

func (*WUIComboBox) String added in v0.0.4

func (c *WUIComboBox) String() string

func (*WUIComboBox) TypeName added in v0.0.4

func (c *WUIComboBox) TypeName() string

type WUICursor added in v0.0.4

type WUICursor struct {
	tender.ObjectImpl
	Value *wui.Cursor
}

func (*WUICursor) Copy added in v0.0.4

func (c *WUICursor) Copy() tender.Object

func (*WUICursor) String added in v0.0.4

func (c *WUICursor) String() string

func (*WUICursor) TypeName added in v0.0.4

func (c *WUICursor) TypeName() string

type WUIEditLine added in v0.0.4

type WUIEditLine struct {
	tender.ObjectImpl
	Value *wui.EditLine
}

func (*WUIEditLine) Copy added in v0.0.4

func (e *WUIEditLine) Copy() tender.Object

func (*WUIEditLine) IndexGet added in v0.0.4

func (e *WUIEditLine) IndexGet(index tender.Object) (res tender.Object, err error)

WUIEditLine updates

func (*WUIEditLine) String added in v0.0.4

func (e *WUIEditLine) String() string

func (*WUIEditLine) TypeName added in v0.0.4

func (e *WUIEditLine) TypeName() string

type WUIFileOpenDialog added in v0.0.4

type WUIFileOpenDialog struct {
	tender.ObjectImpl
	Value *wui.FileOpenDialog
}

func (*WUIFileOpenDialog) Copy added in v0.0.4

func (f *WUIFileOpenDialog) Copy() tender.Object

func (*WUIFileOpenDialog) String added in v0.0.4

func (f *WUIFileOpenDialog) String() string

func (*WUIFileOpenDialog) TypeName added in v0.0.4

func (f *WUIFileOpenDialog) TypeName() string

type WUIFileSaveDialog added in v0.0.4

type WUIFileSaveDialog struct {
	tender.ObjectImpl
	Value *wui.FileSaveDialog
}

func (*WUIFileSaveDialog) Copy added in v0.0.4

func (f *WUIFileSaveDialog) Copy() tender.Object

func (*WUIFileSaveDialog) String added in v0.0.4

func (f *WUIFileSaveDialog) String() string

func (*WUIFileSaveDialog) TypeName added in v0.0.4

func (f *WUIFileSaveDialog) TypeName() string

type WUIFloatUpDown added in v0.0.4

type WUIFloatUpDown struct {
	tender.ObjectImpl
	Value *wui.FloatUpDown
}

func (*WUIFloatUpDown) Copy added in v0.0.4

func (f *WUIFloatUpDown) Copy() tender.Object

func (*WUIFloatUpDown) IndexGet added in v0.0.4

func (f *WUIFloatUpDown) IndexGet(index tender.Object) (res tender.Object, err error)

WUIFloatUpDown updates

func (*WUIFloatUpDown) String added in v0.0.4

func (f *WUIFloatUpDown) String() string

func (*WUIFloatUpDown) TypeName added in v0.0.4

func (f *WUIFloatUpDown) TypeName() string

type WUIFolderSelectDialog added in v0.0.4

type WUIFolderSelectDialog struct {
	tender.ObjectImpl
	Value *wui.FolderSelectDialog
}

func (*WUIFolderSelectDialog) Copy added in v0.0.4

func (*WUIFolderSelectDialog) String added in v0.0.4

func (f *WUIFolderSelectDialog) String() string

func (*WUIFolderSelectDialog) TypeName added in v0.0.4

func (f *WUIFolderSelectDialog) TypeName() string

type WUIFont added in v0.0.4

type WUIFont struct {
	tender.ObjectImpl
	Value *wui.Font
}

func (*WUIFont) Copy added in v0.0.4

func (f *WUIFont) Copy() tender.Object

func (*WUIFont) String added in v0.0.4

func (f *WUIFont) String() string

func (*WUIFont) TypeName added in v0.0.4

func (f *WUIFont) TypeName() string

type WUIFormat added in v0.0.4

type WUIFormat struct {
	tender.ObjectImpl
	Value wui.Format
}

Format wrapper

func (*WUIFormat) Copy added in v0.0.4

func (f *WUIFormat) Copy() tender.Object

func (*WUIFormat) String added in v0.0.4

func (f *WUIFormat) String() string

func (*WUIFormat) TypeName added in v0.0.4

func (f *WUIFormat) TypeName() string

type WUIIcon added in v0.0.4

type WUIIcon struct {
	tender.ObjectImpl
	Value *wui.Icon
}

func (*WUIIcon) Copy added in v0.0.4

func (i *WUIIcon) Copy() tender.Object

func (*WUIIcon) String added in v0.0.4

func (i *WUIIcon) String() string

func (*WUIIcon) TypeName added in v0.0.4

func (i *WUIIcon) TypeName() string

type WUIImage added in v0.0.4

type WUIImage struct {
	tender.ObjectImpl
	Value *wui.Image
}

Image wrapper

func (*WUIImage) Copy added in v0.0.4

func (i *WUIImage) Copy() tender.Object

func (*WUIImage) String added in v0.0.4

func (i *WUIImage) String() string

func (*WUIImage) TypeName added in v0.0.4

func (i *WUIImage) TypeName() string

type WUIIntUpDown added in v0.0.4

type WUIIntUpDown struct {
	tender.ObjectImpl
	Value *wui.IntUpDown
}

func (*WUIIntUpDown) Copy added in v0.0.4

func (i *WUIIntUpDown) Copy() tender.Object

func (*WUIIntUpDown) IndexGet added in v0.0.4

func (i *WUIIntUpDown) IndexGet(index tender.Object) (res tender.Object, err error)

WUIIntUpDown updates - similar to FloatUpDown but with int values

func (*WUIIntUpDown) String added in v0.0.4

func (i *WUIIntUpDown) String() string

func (*WUIIntUpDown) TypeName added in v0.0.4

func (i *WUIIntUpDown) TypeName() string

type WUILabel added in v0.0.4

type WUILabel struct {
	tender.ObjectImpl
	Value *wui.Label
}

func (*WUILabel) Copy added in v0.0.4

func (l *WUILabel) Copy() tender.Object

func (*WUILabel) IndexGet added in v0.0.4

func (l *WUILabel) IndexGet(index tender.Object) (res tender.Object, err error)

WUILabel updates

func (*WUILabel) String added in v0.0.4

func (l *WUILabel) String() string

func (*WUILabel) TypeName added in v0.0.4

func (l *WUILabel) TypeName() string

type WUIMenu added in v0.0.4

type WUIMenu struct {
	tender.ObjectImpl
	Value *wui.Menu
}

func (*WUIMenu) Copy added in v0.0.4

func (m *WUIMenu) Copy() tender.Object

func (*WUIMenu) IndexGet added in v0.0.4

func (m *WUIMenu) IndexGet(index tender.Object) (res tender.Object, err error)

func (*WUIMenu) String added in v0.0.4

func (m *WUIMenu) String() string

func (*WUIMenu) TypeName added in v0.0.4

func (m *WUIMenu) TypeName() string

type WUIMenuItem added in v0.0.4

type WUIMenuItem struct {
	tender.ObjectImpl
	Value wui.MenuItem
}

func (*WUIMenuItem) Copy added in v0.0.4

func (m *WUIMenuItem) Copy() tender.Object

func (*WUIMenuItem) String added in v0.0.4

func (m *WUIMenuItem) String() string

func (*WUIMenuItem) TypeName added in v0.0.4

func (m *WUIMenuItem) TypeName() string

type WUIMenuString added in v0.0.4

type WUIMenuString struct {
	tender.ObjectImpl
	Value *wui.MenuString
}

func (*WUIMenuString) Copy added in v0.0.4

func (m *WUIMenuString) Copy() tender.Object

func (*WUIMenuString) IndexGet added in v0.0.4

func (m *WUIMenuString) IndexGet(index tender.Object) (res tender.Object, err error)

func (*WUIMenuString) String added in v0.0.4

func (m *WUIMenuString) String() string

func (*WUIMenuString) TypeName added in v0.0.4

func (m *WUIMenuString) TypeName() string

type WUIPaintBox added in v0.0.4

type WUIPaintBox struct {
	tender.ObjectImpl
	Value *wui.PaintBox
}

func (*WUIPaintBox) Copy added in v0.0.4

func (p *WUIPaintBox) Copy() tender.Object

func (*WUIPaintBox) IndexGet added in v0.0.4

func (p *WUIPaintBox) IndexGet(index tender.Object) (res tender.Object, err error)

WUIPaintBox updates - needs WUIFont and WUICanvas wrapper types

func (*WUIPaintBox) String added in v0.0.4

func (p *WUIPaintBox) String() string

func (*WUIPaintBox) TypeName added in v0.0.4

func (p *WUIPaintBox) TypeName() string

type WUIPanel added in v0.0.4

type WUIPanel struct {
	tender.ObjectImpl
	Value *wui.Panel
}

func (*WUIPanel) Copy added in v0.0.4

func (p *WUIPanel) Copy() tender.Object

func (*WUIPanel) String added in v0.0.4

func (p *WUIPanel) String() string

func (*WUIPanel) TypeName added in v0.0.4

func (p *WUIPanel) TypeName() string

type WUIProgressBar added in v0.0.4

type WUIProgressBar struct {
	tender.ObjectImpl
	Value *wui.ProgressBar
}

func (*WUIProgressBar) Copy added in v0.0.4

func (p *WUIProgressBar) Copy() tender.Object

func (*WUIProgressBar) String added in v0.0.4

func (p *WUIProgressBar) String() string

func (*WUIProgressBar) TypeName added in v0.0.4

func (p *WUIProgressBar) TypeName() string

type WUIRadioButton added in v0.0.4

type WUIRadioButton struct {
	tender.ObjectImpl
	Value *wui.RadioButton
}

func (*WUIRadioButton) Copy added in v0.0.4

func (r *WUIRadioButton) Copy() tender.Object

func (*WUIRadioButton) String added in v0.0.4

func (r *WUIRadioButton) String() string

func (*WUIRadioButton) TypeName added in v0.0.4

func (r *WUIRadioButton) TypeName() string

type WUIRectangle added in v0.0.4

type WUIRectangle struct {
	tender.ObjectImpl
	Value wui.Rectangle
}

Rectangle wrapper

func (*WUIRectangle) Copy added in v0.0.4

func (r *WUIRectangle) Copy() tender.Object

func (*WUIRectangle) String added in v0.0.4

func (r *WUIRectangle) String() string

func (*WUIRectangle) TypeName added in v0.0.4

func (r *WUIRectangle) TypeName() string

type WUISlider added in v0.0.4

type WUISlider struct {
	tender.ObjectImpl
	Value *wui.Slider
}

func (*WUISlider) Copy added in v0.0.4

func (s *WUISlider) Copy() tender.Object

func (*WUISlider) String added in v0.0.4

func (s *WUISlider) String() string

func (*WUISlider) TypeName added in v0.0.4

func (s *WUISlider) TypeName() string

type WUIStringList added in v0.0.4

type WUIStringList struct {
	tender.ObjectImpl
	Value *wui.StringList
}

func (*WUIStringList) Copy added in v0.0.4

func (s *WUIStringList) Copy() tender.Object

func (*WUIStringList) String added in v0.0.4

func (s *WUIStringList) String() string

func (*WUIStringList) TypeName added in v0.0.4

func (s *WUIStringList) TypeName() string

type WUIStringTable added in v0.0.4

type WUIStringTable struct {
	tender.ObjectImpl
	Value *wui.StringTable
}

func (*WUIStringTable) Copy added in v0.0.4

func (s *WUIStringTable) Copy() tender.Object

func (*WUIStringTable) String added in v0.0.4

func (s *WUIStringTable) String() string

func (*WUIStringTable) TypeName added in v0.0.4

func (s *WUIStringTable) TypeName() string

type WUITextEdit added in v0.0.4

type WUITextEdit struct {
	tender.ObjectImpl
	Value *wui.TextEdit
}

func (*WUITextEdit) Copy added in v0.0.4

func (t *WUITextEdit) Copy() tender.Object

func (*WUITextEdit) String added in v0.0.4

func (t *WUITextEdit) String() string

func (*WUITextEdit) TypeName added in v0.0.4

func (t *WUITextEdit) TypeName() string

type WUIWindow added in v0.0.4

type WUIWindow struct {
	tender.ObjectImpl
	Value *wui.Window
}

Wrapper types for WUI controls

func (*WUIWindow) Copy added in v0.0.4

func (w *WUIWindow) Copy() tender.Object

func (*WUIWindow) IndexGet added in v0.0.4

func (w *WUIWindow) IndexGet(index tender.Object) (res tender.Object, err error)

Implement IndexGet for all wrapper types to expose their methods

func (*WUIWindow) String added in v0.0.4

func (w *WUIWindow) String() string

func (*WUIWindow) TypeName added in v0.0.4

func (w *WUIWindow) TypeName() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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