makegtkdclass ~master (2021-11-15T06:19:23.8780174)
Dub
Repo
Mywin1Controller
mywin1controller
Undocumented in source.
class
Mywin1Controller : ApplicationWindow {
Builder
builder
;
Box
vbox1
;
Label
label1
;
Box
hbox1
;
Label
label2
;
Entry
text1
;
Button
button1
;
this
(gtk.Application.Application application);
void
button1OnClicked
(Button aux);
}
Constructors
this
this
(gtk.Application.Application application)
Undocumented in source.
Members
Functions
button1OnClicked
void
button1OnClicked
(Button aux)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
builder
Builder
builder
;
Undocumented in source.
button1
Button
button1
;
Undocumented in source.
hbox1
Box
hbox1
;
Undocumented in source.
label1
Label
label1
;
Undocumented in source.
label2
Label
label2
;
Undocumented in source.
text1
Entry
text1
;
Undocumented in source.
vbox1
Box
vbox1
;
Undocumented in source.
Meta
Source
See Implementation
mywin1controller
classes
Mywin1Controller