bindbc.kw.editbox

Undocumented in source.

Members

Aliases

pKW_CreateEditbox
alias pKW_CreateEditbox = 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_GetEditboxCursorPosition
alias pKW_GetEditboxCursorPosition = uint 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_GetEditboxFont
alias pKW_GetEditboxFont = KW_Font* 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_GetEditboxText
alias pKW_GetEditboxText = char* 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_GetEditboxTextColor
alias pKW_GetEditboxTextColor = KW_Color 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_SetEditboxCursorPosition
alias pKW_SetEditboxCursorPosition = void function(KW_Widget*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_SetEditboxFont
alias pKW_SetEditboxFont = void function(KW_Widget*, KW_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_SetEditboxText
alias pKW_SetEditboxText = void function(KW_Widget*, const char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_SetEditboxTextColor
alias pKW_SetEditboxTextColor = void function(KW_Widget*, KW_Color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_WasEditboxTextColorSet
alias pKW_WasEditboxTextColorSet = KW_bool 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.

Functions

KW_CreateEditbox
KW_Widget* KW_CreateEditbox(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_GetEditboxCursorPosition
uint KW_GetEditboxCursorPosition(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_GetEditboxFont
KW_Font* KW_GetEditboxFont(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_GetEditboxText
const(char)* KW_GetEditboxText(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_GetEditboxTextColor
KW_Color KW_GetEditboxTextColor(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_SetEditboxCursorPosition
void KW_SetEditboxCursorPosition(KW_Widget* widget, uint pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_SetEditboxFont
void KW_SetEditboxFont(KW_Widget* widget, KW_Font* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_SetEditboxText
void KW_SetEditboxText(KW_Widget* widget, char* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_SetEditboxTextColor
void KW_SetEditboxTextColor(KW_Widget* widget, KW_Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_WasEditboxTextColorSet
KW_bool KW_WasEditboxTextColorSet(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.

Static variables

KW_CreateEditbox
pKW_CreateEditbox KW_CreateEditbox;
Undocumented in source.
KW_GetEditboxCursorPosition
pKW_GetEditboxCursorPosition KW_GetEditboxCursorPosition;
Undocumented in source.
KW_GetEditboxFont
pKW_GetEditboxFont KW_GetEditboxFont;
Undocumented in source.
KW_GetEditboxText
pKW_GetEditboxText KW_GetEditboxText;
Undocumented in source.
KW_GetEditboxTextColor
pKW_GetEditboxTextColor KW_GetEditboxTextColor;
Undocumented in source.
KW_SetEditboxCursorPosition
pKW_SetEditboxCursorPosition KW_SetEditboxCursorPosition;
Undocumented in source.
KW_SetEditboxFont
pKW_SetEditboxFont KW_SetEditboxFont;
Undocumented in source.
KW_SetEditboxText
pKW_SetEditboxText KW_SetEditboxText;
Undocumented in source.
KW_SetEditboxTextColor
pKW_SetEditboxTextColor KW_SetEditboxTextColor;
Undocumented in source.
KW_WasEditboxTextColorSet
pKW_WasEditboxTextColorSet KW_WasEditboxTextColorSet;
Undocumented in source.

Meta