- pKW_CreateLabel
alias pKW_CreateLabel = KW_Widget* function(KW_GUI* gui, KW_Widget* parent, const char* text, const KW_Rect* geometry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_GetLabelFont
alias pKW_GetLabelFont = KW_Font* function(KW_Widget* widget)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_GetLabelTextColor
alias pKW_GetLabelTextColor = KW_Color function(KW_Widget* widget)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_SetLabelAlignment
alias pKW_SetLabelAlignment = void function(KW_Widget* widget, int halign, int hoffset, int valign, int voffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_SetLabelFont
alias pKW_SetLabelFont = void function(KW_Widget* widget, KW_Font* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_SetLabelIcon
alias pKW_SetLabelIcon = void function(KW_Widget* widget, const KW_Rect* iconclip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_SetLabelStyle
alias pKW_SetLabelStyle = void function(KW_Widget* widget, int style)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_SetLabelText
alias pKW_SetLabelText = void function(KW_Widget* widget, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_SetLabelTextColor
alias pKW_SetLabelTextColor = void function(KW_Widget* widget, KW_Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_WasLabelTextColorSet
alias pKW_WasLabelTextColorSet = KW_bool function(KW_Widget* widget)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_CreateLabel
KW_Widget* KW_CreateLabel(KW_GUI* gui, KW_Widget* parent, char* text, KW_Rect* geometry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_GetLabelFont
KW_Font* KW_GetLabelFont(KW_Widget* widget)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_GetLabelTextColor
KW_Color KW_GetLabelTextColor(KW_Widget* widget)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_SetLabelAlignment
void KW_SetLabelAlignment(KW_Widget* widget, int halign, int hoffset, int valign, int voffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_SetLabelFont
void KW_SetLabelFont(KW_Widget* widget, KW_Font* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_SetLabelIcon
void KW_SetLabelIcon(KW_Widget* widget, KW_Rect* iconclip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_SetLabelStyle
void KW_SetLabelStyle(KW_Widget* widget, int style)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_SetLabelText
void KW_SetLabelText(KW_Widget* widget, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_SetLabelTextColor
void KW_SetLabelTextColor(KW_Widget* widget, KW_Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_WasLabelTextColorSet
KW_bool KW_WasLabelTextColorSet(KW_Widget* widget)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.