ThemeManager

Constructors

this
this(DzlThemeManager* dzlThemeManager, bool ownedRef = false)

Sets our main struct and passes it to the parent class.

this
this()

Members

Functions

addResources
void addResources(string resourcePath)

This will automatically register resources found within @resource_path.

getStruct
void* getStruct()

the main Gtk struct as a void*

getThemeManagerStruct
DzlThemeManager* getThemeManagerStruct(bool transferOwnership = false)

Get the main Gtk struct

removeResources
void removeResources(string resourcePath)

This removes the CSS providers that were registered using @resource_path.

Static functions

getType
GType getType()

Variables

dzlThemeManager
DzlThemeManager* dzlThemeManager;

the main Gtk struct

Meta