Add YGLayoutGetMargin, counterpart of YGLayoutGetPadding
This commit is contained in:
@@ -176,6 +176,9 @@ class Node {
|
||||
|
||||
Layout getComputedLayout(void) const;
|
||||
|
||||
double getComputedMargin(int edge) const;
|
||||
double getComputedPadding(int edge) const;
|
||||
|
||||
private:
|
||||
|
||||
YGNodeRef m_node;
|
||||
|
Reference in New Issue
Block a user