Application.addResources

This adds @resource_path to the list of "automatic resources".

If @resource_path starts with "resource://", then the corresponding #GResources path will be searched for resources. Otherwise, @resource_path should be a path to a location on disk.

The #DzlApplication will locate resources such as CSS themes, icons, and keyboard shortcuts using @resource_path.

class Application
void
addResources
()

Parameters

resourcePath
Type: string

the location of the resources.

Meta