WidgetClass.setCssName

Sets the name to be used for CSS matching of widgets.

If this function is not called for a given class, the name set on the parent class is used. By default, GtkWidget uses the name "widget".

class WidgetClass
void
setCssName
(
string name
)

Parameters

name string

name to use

Meta