- 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.