GtkBuilder and getting multiple objects



Hi All,
 
I want to get all the objects being created by builder. I looked at the below API
 
GSList*             gtk_builder_get_objects             (GtkBuilder *builder);
 
How to identify which widget has which pointer? In what order does GSList gets populated?
 
I basically want to avoid several calls to gtk_builder_get_object.

Regards,
Harinandan S


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]