Function
Gntscreen_rename_widget
Declaration [src]
void
gnt_screen_rename_widget (
GntWidget* widget,
const char* text
)
Parameters
widget-
Type:
GntWidgetThe 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.