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)
Click to show internal directories.
Click to hide internal directories.