DVUI

themeSet

Set the active theme.

Only valid between Window.beginand Window.end.

Parameters

#
theme:Theme
Theme

Source

Implementation

#
pub fn themeSet(theme: Theme) void {
    currentWindow().themeSet(theme);
}