Widget.getCssClasses

Returns the list of style classes applied to widget.

class Widget
string[]
getCssClasses
()

Return Value

Type: string[]

a null-terminated list of css classes currently applied to widget. The returned list must freed using glib.global.strfreev.