bindbc.kw.checkbox

Undocumented in source.

Members

Aliases

pKW_CreateCheckbox
alias pKW_CreateCheckbox = 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_GetCheckboxLabel
alias pKW_GetCheckboxLabel = 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_SetCheckboxLabel
alias pKW_SetCheckboxLabel = 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.

Functions

KW_CreateCheckbox
KW_Widget* KW_CreateCheckbox(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_GetCheckboxLabel
KW_Widget* KW_GetCheckboxLabel(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_SetCheckboxLabel
KW_Widget* KW_SetCheckboxLabel(KW_Widget* widget, 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.

Static variables

KW_CreateCheckbox
pKW_CreateCheckbox KW_CreateCheckbox;
Undocumented in source.
KW_GetCheckboxLabel
pKW_GetCheckboxLabel KW_GetCheckboxLabel;
Undocumented in source.
KW_SetCheckboxLabel
pKW_SetCheckboxLabel KW_SetCheckboxLabel;
Undocumented in source.

Meta