Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EditorDelegate ¶
type EditorDelegate struct {
// contains filtered or unexported fields
}
func NewEditorDelegate ¶
func NewEditorDelegate() *EditorDelegate
func (*EditorDelegate) Bind ¶
func (e *EditorDelegate) Bind(txt string) *EditorDelegate
func (*EditorDelegate) Editor ¶
func (e *EditorDelegate) Editor() *widget.Editor
func (*EditorDelegate) Event ¶
func (e *EditorDelegate) Event(event event.Event)
func (EditorDelegate) Value ¶
func (e EditorDelegate) Value() string
type EventTarget ¶
type InvalidateEvent ¶
type InvalidateEvent bool
func (InvalidateEvent) ImplementsEvent ¶
func (ev InvalidateEvent) ImplementsEvent()
ImplementsEvent is a marker for type event.Event
type UpdateEvent ¶
type UpdateEvent struct { Value interface{} Target EventTarget Invalidates bool }
func (UpdateEvent) ImplementsEvent ¶
func (uev UpdateEvent) ImplementsEvent()
ImplementsEvent is a marker for type event.Event
Click to show internal directories.
Click to hide internal directories.