easyd ~master (2021-05-06T10:23:33Z)
Dub
Repo
Button
easyd
gtk
widgets
Undocumented in source.
class
Button : gtk.Button.Button {
void
delegate
()[]
onClick
;
this
(string s, void delegate() onclick);
this
(StockID id, void delegate() onclick);
void
onClickFunc
(gtk.Button.Button b);
}
Constructors
this
this
(string s, void delegate() onclick)
Undocumented in source.
this
this
(StockID id, void delegate() onclick)
Undocumented in source.
Members
Functions
onClickFunc
void
onClickFunc
(gtk.Button.Button b)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
onClick
void
delegate
()[]
onClick
;
Undocumented in source.
Meta
Source
See Implementation
easyd
gtk
widgets
classes
Button
CheckBox
LineEdit
SpinBox
TreeView
functions
add