easyd ~master (2021-05-06T10:23:33Z)
Dub
Repo
LineEdit
easyd
gtk
widgets
Undocumented in source.
class
LineEdit : Entry, IBindable!string {
void
delegate
(
string
)[]
onChange
;
void
delegate
()[]
onPressEnter
;
this
();
void
onChangeFunc
(EditableIF e);
void
onPressEnterFunc
(Entry e);
string
value
[@property getter];
string
value
[@property setter];
}
Constructors
this
this
()
Undocumented in source.
Alias This
value
Members
Functions
onChangeFunc
void
onChangeFunc
(EditableIF e)
Undocumented in source. Be warned that the author may not have intended to support it.
onPressEnterFunc
void
onPressEnterFunc
(Entry e)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
value
string
value
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
string
value
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
onChange
void
delegate
(
string
)[]
onChange
;
Undocumented in source.
onPressEnter
void
delegate
()[]
onPressEnter
;
Undocumented in source.
Meta
Source
See Implementation
easyd
gtk
widgets
classes
Button
CheckBox
LineEdit
SpinBox
TreeView
functions
add