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 can be freed using g_strfreev().

Meta