bindbc.kw.rect

Undocumented in source.

Members

Aliases

pKW_CopyRect
alias pKW_CopyRect = void function(const KW_Rect* src, KW_Rect* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_MarginRect
alias pKW_MarginRect = void function(const KW_Rect* outer, KW_Rect* inner, int margin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_RectCalculateEnclosingRect
alias pKW_RectCalculateEnclosingRect = void function(const KW_Rect** rects, uint count, KW_Rect* outer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_RectCenterInParent
alias pKW_RectCenterInParent = void function(const KW_Rect* outer, KW_Rect* inner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_RectFillParentHorizontally
alias pKW_RectFillParentHorizontally = void function(const KW_Rect* outer, KW_Rect** rects, uint* weights, uint count, int padding, int _align)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_RectFillParentVertically
alias pKW_RectFillParentVertically = void function(const KW_Rect* outer, KW_Rect** rects, uint* weights, uint count, int padding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_RectHorizontallyCenterInParent
alias pKW_RectHorizontallyCenterInParent = void function(const KW_Rect* outer, KW_Rect* inner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_RectLayoutHorizontally
alias pKW_RectLayoutHorizontally = void function(KW_Rect** rects, uint count, int padding, int _align)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_RectLayoutVertically
alias pKW_RectLayoutVertically = void function(KW_Rect** rects, uint count, int padding, int _align)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_RectVerticallyCenterInParent
alias pKW_RectVerticallyCenterInParent = void function(const KW_Rect* outer, KW_Rect* inner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_SetRect
alias pKW_SetRect = void function(KW_Rect* rect, int x, int y, int w, int h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_ZeroRect
alias pKW_ZeroRect = void function(KW_Rect* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

KW_RECT_ALIGN_HORIZONTALLY_NONE
anonymousenum KW_RECT_ALIGN_HORIZONTALLY_NONE
Undocumented in source.
KW_RECT_ALIGN_VERTICALLY_NONE
anonymousenum KW_RECT_ALIGN_VERTICALLY_NONE
Undocumented in source.

Functions

KW_CopyRect
void KW_CopyRect(KW_Rect* src, KW_Rect* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_MarginRect
void KW_MarginRect(KW_Rect* outer, KW_Rect* inner, int margin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_RectCalculateEnclosingRect
void KW_RectCalculateEnclosingRect(KW_Rect** rects, uint count, KW_Rect* outer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_RectCenterInParent
void KW_RectCenterInParent(KW_Rect* outer, KW_Rect* inner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_RectFillParentHorizontally
void KW_RectFillParentHorizontally(KW_Rect* outer, KW_Rect** rects, uint* weights, uint count, int padding, int _align)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_RectFillParentVertically
void KW_RectFillParentVertically(KW_Rect* outer, KW_Rect** rects, uint* weights, uint count, int padding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_RectHorizontallyCenterInParent
void KW_RectHorizontallyCenterInParent(KW_Rect* outer, KW_Rect* inner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_RectLayoutHorizontally
void KW_RectLayoutHorizontally(KW_Rect** rects, uint count, int padding, int _align)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_RectLayoutVertically
void KW_RectLayoutVertically(KW_Rect** rects, uint count, int padding, int _align)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_RectVerticallyCenterInParent
void KW_RectVerticallyCenterInParent(KW_Rect* outer, KW_Rect* inner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_SetRect
void KW_SetRect(KW_Rect* rect, int x, int y, int w, int h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_ZeroRect
void KW_ZeroRect(KW_Rect* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

KW_CopyRect
pKW_CopyRect KW_CopyRect;
Undocumented in source.
KW_MarginRect
pKW_MarginRect KW_MarginRect;
Undocumented in source.
KW_RectCalculateEnclosingRect
pKW_RectCalculateEnclosingRect KW_RectCalculateEnclosingRect;
Undocumented in source.
KW_RectCenterInParent
pKW_RectCenterInParent KW_RectCenterInParent;
Undocumented in source.
KW_RectFillParentHorizontally
pKW_RectFillParentHorizontally KW_RectFillParentHorizontally;
Undocumented in source.
KW_RectFillParentVertically
pKW_RectFillParentVertically KW_RectFillParentVertically;
Undocumented in source.
KW_RectHorizontallyCenterInParent
pKW_RectHorizontallyCenterInParent KW_RectHorizontallyCenterInParent;
Undocumented in source.
KW_RectLayoutHorizontally
pKW_RectLayoutHorizontally KW_RectLayoutHorizontally;
Undocumented in source.
KW_RectLayoutVertically
pKW_RectLayoutVertically KW_RectLayoutVertically;
Undocumented in source.
KW_RectVerticallyCenterInParent
pKW_RectVerticallyCenterInParent KW_RectVerticallyCenterInParent;
Undocumented in source.
KW_SetRect
pKW_SetRect KW_SetRect;
Undocumented in source.
KW_ZeroRect
pKW_ZeroRect KW_ZeroRect;
Undocumented in source.

Structs

KW_Rect
struct KW_Rect
Undocumented in source.

Meta