set_style
Description:
public abstract void set_style (
Style style)
Sets style
as the new Style to be used by this.
The Stylable will take ownership of the passed
Style.
After the Style has been set, the MxStylable::style-set signal will be emitted.
Parameters:
this |
a Stylable
|
style |
a Style
|