Method
GtkCssProviderload_from_resource
since: 3.16
Declaration [src]
void
gtk_css_provider_load_from_resource (
GtkCssProvider* css_provider,
const gchar* resource_path
)
Description [src]
Loads the data contained in the resource at resource_path
into
the GtkCssProvider
, clearing any previously loaded information.
To track errors while loading CSS, connect to the
GtkCssProvider::parsing-error
signal.
Available since: 3.16