Add YGLayoutGetMargin, counterpart of YGLayoutGetPadding

This commit is contained in:
Maël Nison
2017-01-12 10:46:36 +01:00
parent c4a3e12add
commit f033c835e5
9 changed files with 164 additions and 29 deletions

View File

@@ -153,4 +153,7 @@ NBIND_CLASS(Node)
method(getComputedHeight);
method(getComputedLayout);
method(getComputedMargin);
method(getComputedPadding);
}