- pKW_CreateButton
alias pKW_CreateButton = KW_Widget* function(KW_GUI*, KW_Widget*, KW_Widget*, const(KW_Rect)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_CreateButtonAndLabel
alias pKW_CreateButtonAndLabel = KW_Widget* function(KW_GUI*, KW_Widget*, const(char)*, const KW_Rect*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_GetButtonLabel
alias pKW_GetButtonLabel = KW_Widget* function(KW_Widget*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_SetButtonLabel
alias pKW_SetButtonLabel = KW_Widget* function(KW_Widget*, KW_Widget*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_CreateButton
KW_Widget* KW_CreateButton(KW_GUI* gui, KW_Widget* parent, KW_Widget* label, 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_CreateButtonAndLabel
KW_Widget* KW_CreateButtonAndLabel(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_GetButtonLabel
KW_Widget* KW_GetButtonLabel(KW_Widget* button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_SetButtonLabel
KW_Widget* KW_SetButtonLabel(KW_Widget* button, KW_Widget* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.