Documentation
¶
Overview ¶
Package txtinput provides textfield inputs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TextfieldModel ¶
type TextfieldModel struct { FormNode *mechtree.Node Textfield1 world.Textfield Textfield2 world.Textfield Textfield1Node *mechtree.Node Textfield2Node *mechtree.Node }
TextfieldModel is a model with a text field.
func NewTextfieldModel ¶
func NewTextfieldModel(orient ...maf.Vec) TextfieldModel
Click to show internal directories.
Click to hide internal directories.