get_theme_by_name


Description:

public unowned ShortcutTheme? get_theme_by_name (string? theme_name)

Locates a theme by the name of the theme.

If theme_name is null, then the internal theme is used. You probably dont need to use that as it is used by various controllers to hook up their default actions.

Parameters:

this

a ShortcutManager

theme_name

the name of a theme or null of the internal theme

Returns:

A ShortcutTheme or null.




2022 vala-language.org