ae v0.0.2728 (2020-08-02T06:18:06Z)
Home
Dub
Repo
CustomWrapper
ae
ui
wm
controls
control
Undocumented in source.
class
CustomWrapper :
Wrapper
(
alias
WrapperBehavior
Params
...
) {
void
arrange
(int rw, int rh);
this
(Params paramsX, Params paramsY);
mixin
ComplementWrapperBehavior
!(
WrapperBehavior
,
Params
)
;
}
Constructors
this
this
(Params paramsX, Params paramsY)
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.
Mixins
__anonymous
mixin
ComplementWrapperBehavior
!(
WrapperBehavior
,
Params
)
Declares adjustHint, adjustSize, adjustPos
Inherited Members
From Wrapper
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