gtk-d ~Gtk2 (2022-05-05T07:07:42.3116063)
Dub
Repo
InstallerBox
ui
Installer
class
InstallerBox :
VBox
{
InstallerUI
installerUI
;
Label
label
;
ProgressBar
progressBar
;
bool
cancel
;
this
(InstallerUI installerUI);
char
[]
dmdHome
;
char
[]
gtkDDevHome
;
char
[]
phobos
;
char
[]
compilerExec
;
int
ccount
;
bool
gtkDDevMoved
;
}
Constructors
this
this
(InstallerUI installerUI)
Undocumented in source.
Members
Variables
cancel
bool
cancel
;
Undocumented in source.
ccount
int
ccount
;
Undocumented in source.
compilerExec
char
[]
compilerExec
;
Undocumented in source.
dmdHome
char
[]
dmdHome
;
Undocumented in source.
gtkDDevHome
char
[]
gtkDDevHome
;
Undocumented in source.
gtkDDevMoved
bool
gtkDDevMoved
;
Undocumented in source.
installerUI
InstallerUI
installerUI
;
Undocumented in source.
label
Label
label
;
Undocumented in source.
phobos
char
[]
phobos
;
Undocumented in source.
progressBar
ProgressBar
progressBar
;
Undocumented in source.
Inherited Members
From VBox
gtkVBox
GtkVBox
*
gtkVBox
;
the main Gtk struct
getVBoxStruct
GtkVBox
*
getVBoxStruct
()
Undocumented in source. Be warned that the author may not have intended to support it.
getStruct
void
*
getStruct
()
the main Gtk struct as a void*
setStruct
void
setStruct
(GObject* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ui
Installer
classes
Installer
InstallerBox