GridLayout.addSubLayoutBelow

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this) addSubLayoutBelow(int colspan, int rowspan, bool colstretch, bool rowstretch)
  2. typeof(this) addSubLayoutBelow(Widget reference, int colspan, int rowspan, bool colstretch, bool rowstretch)
    class GridLayout
    typeof(this)
    addSubLayoutBelow
    (
    Widget reference
    ,
    int colspan = 1
    ,
    int rowspan = 1
    ,
    bool colstretch = false
    ,
    bool rowstretch = false
    )

Meta