anchovy ~master (2015-12-30T21:21:17Z)
Home
Dub
Repo
SubwidgetTemplate
anchovy
gui
templates
widgettemplate
Undocumented in source.
class
SubwidgetTemplate {
Variant
[
string
]
properties
;
SubwidgetTemplate
[]
subwidgets
;
ForwardedProperty
[]
forwardedProperties
;
string
toString
();
string
toStringImpl
(string padding);
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
toStringImpl
string
toStringImpl
(string padding)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
forwardedProperties
ForwardedProperty
[]
forwardedProperties
;
Undocumented in source.
properties
Variant
[
string
]
properties
;
Undocumented in source.
subwidgets
SubwidgetTemplate
[]
subwidgets
;
Undocumented in source.
Meta
Source
See Implementation
anchovy
gui
templates
widgettemplate
classes
SubwidgetTemplate
WidgetTemplate
structs
ForwardedProperty