Sorts children by its Y position.
proc YSort(name: string = "YSort"): YSortPtr {...}{.raises: [], tags: [].}
-
Creates a new YSort pointer.
Arguments:
Examples:
var node = YSort("YSort")
method draw(self: YSortPtr; w, h: GLfloat) {...}{.raises: [Exception], tags: [RootEffect].}
-
this method uses in the window.nim.
method duplicate(self: YSortPtr): YSortPtr {...}{.base, raises: [], tags: [].}
-
Duplicates YSort object and create a new YSort pointer.