ae v0.0.1981 (2017-07-03T22:25:46Z)
Home
Dub
Repo
Column
ae
ui
wm
controls
control
1D table for a column of controls.
class
Column :
Table
{
this
();
void
arrange
(int rw, int rh);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
arrange
void
arrange
(int rw, int rh)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Table
rows
uint
rows
;
cols
uint
cols
;
Undocumented in source.
arrange
void
arrange
(int rw, int rh)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
ui
wm
controls
control
classes
Column
ContainerControl
Control
CustomWrapper
HCustomWrapper
Layers
RootControl
Row
StaticFitContainerControl
Table
WCustomWrapper
Wrapper
mixins
__anonymous
mixin templates
ComplementWrapperBehavior
DeclareWrapper
OneDirectionCustomWrapper
properties
percent
px
structs
RelativeSize
1D table for a column of controls.