Method
GtkWidgetget_css_classes
Declaration [src]
char**
gtk_widget_get_css_classes (
  GtkWidget* widget
)
Description [src]
Returns the list of style classes applied to widget.
| Gets property | Gtk.Widget:css-classes | 
Return value
| Returns: | An array of utf8 | 
| A  | |
| The array is NULL-terminated. | |
| The caller of the method takes ownership of the data, and is responsible for freeing it. | |
| Each element is a NUL terminated UTF-8 string. |