Index of Module localization_gui - part-cw/lambdanative GitHub Wiki
localization_gui
Module:Dynamic widget creator using localization module, allowing entries in the csv language file to redirect to use textures in the STRINGS (for text that cannot be rendered with FONTS).
Functions in this module:
Function | Short Description |
---|---|
(glgui-label-local g lx ly lw lh str fnt color . alignl) | Creates a label with text from the localization file using either FONTS or STRINGS. |
(glgui-button-local g bx by bw bh str fnt callback) | Creates a button with text from the localization file using either FONTS or STRINGS. |