add_resources


Description:

public virtual void add_resources (string resource_path)

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

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

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

Parameters:

this

a Application

resource_path

the location of the resources.