Method

GntWidgetset_name

Declaration [src]

void
gnt_widget_set_name (
  GntWidget* widget,
  const gchar* name
)

Description [src]

Set the name of a widget.

Parameters

name

Type: const gchar*

A new name for the widget.

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