- pKW_CreateToggle
alias pKW_CreateToggle = KW_Widget* function(KW_GUI* gui, KW_Widget* parent, 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_IsToggleChecked
alias pKW_IsToggleChecked = 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.
- pKW_SetToggleChecked
alias pKW_SetToggleChecked = void function(KW_Widget* widget, KW_bool checked)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.