gt_textField

package
v0.1.71 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GTTextField

type GTTextField struct {
	widget.BaseWidget
	Id              string
	Placeholder     string
	BackgroundColor color.Color
	OnChanged       func(textField *GTTextField, value string)
	// contains filtered or unexported fields
}

func NewGTInput

func NewGTInput(placeholder string, size fyne.Size, backgroundColor color.Color, onValueChanged func(textField *GTTextField, value string)) *GTTextField

func (*GTTextField) CreateRenderer

func (t *GTTextField) CreateRenderer() fyne.WidgetRenderer

func (*GTTextField) GetValue

func (t *GTTextField) GetValue() string

func (*GTTextField) SetValue

func (t *GTTextField) SetValue(value string)

Jump to

Keyboard shortcuts

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