Function

Gntscreen_rename_widget

Declaration [src]

void
gnt_screen_rename_widget (
  GntWidget* widget,
  const char* text
)

Description [src]

Rename a widget.

Parameters

widget

Type: GntWidget

The widget to rename.

The data is owned by the caller of the function.
text

Type: const char*

The new name for the widget.

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