Widget.getName

Retrieves the name of a widget. See gtk_widget_set_name() for the significance of widget names.

class Widget
string
getName
()

Return Value

Type: string

name of the widget. This string is owned by GTK+ and should not be modified or freed

Meta