get_style_property
Description:
[ Version ( deprecated = true , deprecated_since = "3.14" , since = "3.0" ) ]
public void get_style_property (string property_name, ref Value value)
public void get_style_property (string property_name, ref Value value)
Warning: get_style_property is deprecated since 3.14.
Gets the value for a widget style property.
Parameters:
this | |
property_name |
the name of the widget style property |
value |
Return location for the property value, free with unset after use. |