bindbc.kw.label

Undocumented in source.

Members

Aliases

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.

Enums

KW_LABEL_ALIGN_LEFT
anonymousenum KW_LABEL_ALIGN_LEFT
Undocumented in source.
KW_LABEL_ALIGN_TOP
anonymousenum KW_LABEL_ALIGN_TOP
Undocumented in source.

Functions

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.

Static variables

KW_CreateLabel
pKW_CreateLabel KW_CreateLabel;
Undocumented in source.
KW_GetLabelFont
pKW_GetLabelFont KW_GetLabelFont;
Undocumented in source.
KW_GetLabelTextColor
pKW_GetLabelTextColor KW_GetLabelTextColor;
Undocumented in source.
KW_SetLabelAlignment
pKW_SetLabelAlignment KW_SetLabelAlignment;
Undocumented in source.
KW_SetLabelFont
pKW_SetLabelFont KW_SetLabelFont;
Undocumented in source.
KW_SetLabelIcon
pKW_SetLabelIcon KW_SetLabelIcon;
Undocumented in source.
KW_SetLabelStyle
pKW_SetLabelStyle KW_SetLabelStyle;
Undocumented in source.
KW_SetLabelText
pKW_SetLabelText KW_SetLabelText;
Undocumented in source.
KW_SetLabelTextColor
pKW_SetLabelTextColor KW_SetLabelTextColor;
Undocumented in source.
KW_WasLabelTextColorSet
pKW_WasLabelTextColorSet KW_WasLabelTextColorSet;
Undocumented in source.

Meta