GridLayout.addSubLayoutAbove

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

Meta