GridLayout

Undocumented in source.
class GridLayout : Grid {}

Members

Functions

add
T add(T widget, int colspan, int rowspan, bool colstretch, bool rowstretch, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
addAbove
T addAbove(T widget, int colspan, int rowspan, bool colstretch, bool rowstretch, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
addAbove
T addAbove(Widget reference, T widget, int colspan, int rowspan, bool colstretch, bool rowstretch, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
addBelow
T addBelow(T widget, int colspan, int rowspan, bool colstretch, bool rowstretch, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
addBelow
T addBelow(Widget reference, T widget, int colspan, int rowspan, bool colstretch, bool rowstretch, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
addLeft
T addLeft(T widget, int colspan, int rowspan, bool colstretch, bool rowstretch, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
addLeftOf
T addLeftOf(Widget reference, T widget, int colspan, int rowspan, bool colstretch, bool rowstretch, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
addRight
T addRight(T widget, int colspan, int rowspan, bool colstretch, bool rowstretch, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
addRightOf
T addRightOf(Widget reference, T widget, int colspan, int rowspan, bool colstretch, bool rowstretch, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
addSubLayout
typeof(this) addSubLayout(int colspan, int rowspan, bool colstretch, bool rowstretch)
Undocumented in source. Be warned that the author may not have intended to support it.
addSubLayoutAbove
typeof(this) addSubLayoutAbove(int colspan, int rowspan, bool colstretch, bool rowstretch)
Undocumented in source. Be warned that the author may not have intended to support it.
addSubLayoutAbove
typeof(this) addSubLayoutAbove(Widget reference, int colspan, int rowspan, bool colstretch, bool rowstretch)
Undocumented in source. Be warned that the author may not have intended to support it.
addSubLayoutBelow
typeof(this) addSubLayoutBelow(int colspan, int rowspan, bool colstretch, bool rowstretch)
Undocumented in source. Be warned that the author may not have intended to support it.
addSubLayoutBelow
typeof(this) addSubLayoutBelow(Widget reference, int colspan, int rowspan, bool colstretch, bool rowstretch)
Undocumented in source. Be warned that the author may not have intended to support it.
addSubLayoutLeft
typeof(this) addSubLayoutLeft(int colspan, int rowspan, bool colstretch, bool rowstretch)
Undocumented in source. Be warned that the author may not have intended to support it.
addSubLayoutLeftOf
typeof(this) addSubLayoutLeftOf(Widget reference, int colspan, int rowspan, bool colstretch, bool rowstretch)
Undocumented in source. Be warned that the author may not have intended to support it.
addSubLayoutRight
typeof(this) addSubLayoutRight(int colspan, int rowspan, bool colstretch, bool rowstretch)
Undocumented in source. Be warned that the author may not have intended to support it.
addSubLayoutRightOf
typeof(this) addSubLayoutRightOf(Widget reference, int colspan, int rowspan, bool colstretch, bool rowstretch)
Undocumented in source. Be warned that the author may not have intended to support it.
autoStretch
void autoStretch()
Undocumented in source. Be warned that the author may not have intended to support it.
createSubLayout
typeof(this) createSubLayout(bool colstretch, bool rowstretch)
Undocumented in source. Be warned that the author may not have intended to support it.
setupWidget
void setupWidget(T widget, bool colstretch, bool rowstretch, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

margin
int margin [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
spacing
int spacing [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

hasColStretch
bool hasColStretch;
Undocumented in source.
hasRowStretch
bool hasRowStretch;
Undocumented in source.
lastWidget
Widget lastWidget;
Undocumented in source.

Meta