load_from_file
Description:
Loads the data contained in file into this, making it clear any previously loaded information.
Parameters:
| this | |
| file |
File pointing to a file to load |
Returns:
|
true. The return value is deprecated and false will only be returned for backwards compatibility reasons if an throws is not null and a loading error occurred. To track errors while loading CSS, connect to the parsing_error signal. |