I am trying to get the "names" of all GtkWidgets in a GtkBuilder object.
I managed to get all the objects from the builder through gtk_builder_get_objects() and save them in a GSList.
However, when I use gtk_widget_get_name() in gobjects (which I drop in GtkWidgets), I get common names like "GtkWindow" and "GtkButton" instead of "window1" or "button1" that appear in the meadow.
Any help would be greatly appreciated and would make this programmer very happy.
source share