add_resources
Description:
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 | |
resource_path |
the location of the resources. |