Theme front calls

This section describes theme handling front calls.

This table shows the functions implemented in the "theme" module, to control GBC theming.

These front calls were made available starting with GBC 1.00.47

Table 1. Theme front-end functions
Function Name Description
ui.Interface.frontCall("theme", "setTheme",
   [name], [])
Activates a specific theme.
ui.Interface.frontCall("theme", "getCurrentTheme",
   [], [result])
Gets the active theme.
ui.Interface.frontCall("theme", "listThemes",
   [], [result])
Lists all available themes.