In glade I can give a unique id to each widget, however in the c-code, I have no idea how I can make use of these id's.
The method "gtk_widget_get_name" seems to return something else. At least currently I only get the typenames from it, e.g. "GtkGrid", "GtkComboBoxText", "GtkStatusbar" ... thats probably the default if I did not set a different name in the c-code.
So how can I read the id of a gtkwidget, which I typed into glade ?