Method

GtkWidgetPathiter_set_name

since: 3.0

Declaration [src]

void
gtk_widget_path_iter_set_name (
  GtkWidgetPath* path,
  gint pos,
  const gchar* name
)

Description [src]

Sets the widget name for the widget found at position pos in the widget hierarchy defined by path.

Available since: 3.0

Parameters

pos

Type: gint

Position to modify, -1 for the path head.

name

Type: const gchar*

Widget name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.