bindbc.kw.scrollbox

Undocumented in source.

Members

Aliases

pKW_CreateScrollbox
alias pKW_CreateScrollbox = 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_ScrollboxHorizontalScroll
alias pKW_ScrollboxHorizontalScroll = void function(KW_Widget* scrollbox, int amount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_ScrollboxVerticalScroll
alias pKW_ScrollboxVerticalScroll = void function(KW_Widget* scrollbox, int amount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

KW_CreateScrollbox
KW_Widget* KW_CreateScrollbox(KW_GUI* gui, KW_Widget* parent, 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_ScrollboxHorizontalScroll
void KW_ScrollboxHorizontalScroll(KW_Widget* scrollbox, int amount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_ScrollboxVerticalScroll
void KW_ScrollboxVerticalScroll(KW_Widget* scrollbox, int amount)
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_CreateScrollbox
pKW_CreateScrollbox KW_CreateScrollbox;
Undocumented in source.
KW_ScrollboxHorizontalScroll
pKW_ScrollboxHorizontalScroll KW_ScrollboxHorizontalScroll;
Undocumented in source.
KW_ScrollboxVerticalScroll
pKW_ScrollboxVerticalScroll KW_ScrollboxVerticalScroll;
Undocumented in source.

Meta