bindbc.kw.gui

Undocumented in source.

Members

Aliases

KW_OnGUIFontChanged
alias KW_OnGUIFontChanged = void function(KW_GUI*, void*, KW_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_OnGUITextColorChanged
alias KW_OnGUITextColorChanged = void function(KW_GUI*, void*, 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_AddGUIFontChangedHandler
alias pKW_AddGUIFontChangedHandler = void function(KW_GUI*, KW_OnGUIFontChanged, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_AddGUITextColorChangedHandler
alias pKW_AddGUITextColorChangedHandler = void function(KW_GUI*, KW_OnGUITextColorChanged, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_GetFont
alias pKW_GetFont = KW_Font* function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_GetRenderer
alias pKW_GetRenderer = KW_RenderDriver* function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_GetTextColor
alias pKW_GetTextColor = KW_Color function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_GetTilesetSurface
alias pKW_GetTilesetSurface = KW_Surface* function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_GetTilesetTexture
alias pKW_GetTilesetTexture = KW_Texture* function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_Init
alias pKW_Init = KW_GUI* function(KW_RenderDriver*, KW_Surface*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_Paint
alias pKW_Paint = void function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_ProcessEvents
alias pKW_ProcessEvents = void function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_Quit
alias pKW_Quit = void function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_RemoveGUIFontChangedHandler
alias pKW_RemoveGUIFontChangedHandler = void function(KW_GUI*, KW_OnGUIFontChanged, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_RemoveGUITextColorChangedHandler
alias pKW_RemoveGUITextColorChangedHandler = void function(KW_GUI*, KW_OnGUITextColorChanged, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_SetFont
alias pKW_SetFont = void function(KW_GUI*, 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_SetRenderer
alias pKW_SetRenderer = void function(KW_GUI*, KW_RenderDriver*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_SetTextColor
alias pKW_SetTextColor = void function(KW_GUI*, 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_SetTilesetSurface
alias pKW_SetTilesetSurface = void function(KW_GUI*, KW_Surface*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

KW_AddGUIFontChangedHandler
void KW_AddGUIFontChangedHandler(KW_GUI* gui, KW_OnGUIFontChanged handler, void* priv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_AddGUITextColorChangedHandler
void KW_AddGUITextColorChangedHandler(KW_GUI* , KW_OnGUITextColorChanged , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_GetFont
KW_Font* KW_GetFont(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_GetRenderer
KW_RenderDriver* KW_GetRenderer(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_GetTextColor
KW_Color KW_GetTextColor(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_GetTilesetSurface
KW_Surface* KW_GetTilesetSurface(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_GetTilesetTexture
KW_Texture* KW_GetTilesetTexture(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_Init
KW_GUI* KW_Init(KW_RenderDriver* renderer, KW_Surface* tileset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_Paint
void KW_Paint(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_ProcessEvents
void KW_ProcessEvents(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_Quit
void KW_Quit(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_RemoveGUIFontChangedHandler
void KW_RemoveGUIFontChangedHandler(KW_GUI* gui, KW_OnGUIFontChanged handler, void* priv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_RemoveGUITextColorChangedHandler
void KW_RemoveGUITextColorChangedHandler(KW_GUI* gui, KW_OnGUITextColorChanged handler, void* priv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_SetFont
void KW_SetFont(KW_GUI* gui, 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_SetRenderer
void KW_SetRenderer(KW_GUI* gui, KW_RenderDriver* renderer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_SetTextColor
void KW_SetTextColor(KW_GUI* gui, 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_SetTilesetSurface
void KW_SetTilesetSurface(KW_GUI* gui, KW_Surface* tileset)
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_AddGUIFontChangedHandler
pKW_AddGUIFontChangedHandler KW_AddGUIFontChangedHandler;
Undocumented in source.
KW_AddGUITextColorChangedHandler
pKW_AddGUITextColorChangedHandler KW_AddGUITextColorChangedHandler;
Undocumented in source.
KW_GetFont
pKW_GetFont KW_GetFont;
Undocumented in source.
KW_GetRenderer
pKW_GetRenderer KW_GetRenderer;
Undocumented in source.
KW_GetTextColor
pKW_GetTextColor KW_GetTextColor;
Undocumented in source.
KW_GetTilesetSurface
pKW_GetTilesetSurface KW_GetTilesetSurface;
Undocumented in source.
KW_GetTilesetTexture
pKW_GetTilesetTexture KW_GetTilesetTexture;
Undocumented in source.
KW_Init
pKW_Init KW_Init;
Undocumented in source.
KW_Paint
pKW_Paint KW_Paint;
Undocumented in source.
KW_ProcessEvents
pKW_ProcessEvents KW_ProcessEvents;
Undocumented in source.
KW_Quit
pKW_Quit KW_Quit;
Undocumented in source.
KW_RemoveGUIFontChangedHandler
pKW_RemoveGUIFontChangedHandler KW_RemoveGUIFontChangedHandler;
Undocumented in source.
KW_RemoveGUITextColorChangedHandler
pKW_RemoveGUITextColorChangedHandler KW_RemoveGUITextColorChangedHandler;
Undocumented in source.
KW_SetFont
pKW_SetFont KW_SetFont;
Undocumented in source.
KW_SetRenderer
pKW_SetRenderer KW_SetRenderer;
Undocumented in source.
KW_SetTextColor
pKW_SetTextColor KW_SetTextColor;
Undocumented in source.
KW_SetTilesetSurface
pKW_SetTilesetSurface KW_SetTilesetSurface;
Undocumented in source.

Meta