set_css_name
Description:
[ CCode ( cname = "gtk_widget_class_set_css_name" ) ]
[ Version ( since = "3.20" ) ]
public class void set_css_name (string name)
[ Version ( since = "3.20" ) ]
public class void set_css_name (string name)
Sets the name to be used for CSS matching of widgets.
If this function is not called for a given class, the name of the parent class is used.
Parameters:
this |
class to set the name on |
name |
name to use |