resource_set
Description:
public virtual signal void resource_set (
Object resource,
bool dialog_closing)
The resource_set signal is emitted when the user selects a resource.
Parameters:
| resource |
the currently selected resource.
|
| dialog_closing |
whether the dialog was closed or not.
|