Method
Gtk WidgetPathiter_remove_class
since: 3.0
Declaration [src]
void
gtk_widget_path_iter_remove_class(
GtkWidgetPath*path,
gintpos,
constgchar*name
)
Description [src]
Removes the class name from the widget at position pos in
the hierarchy defined in path.
Available since: 3.0
Parameters
pos-
Type:
gintPosition to modify, -1 for the path head.
name-
Type:
const gchar*Class name.
The data is owned by the caller of the method.The value is a NUL terminated UTF-8 string.