Re: duplicating GtkBuilder created widget objects

2012-12-03 Thread Giuseppe Penone
Hi, AFAIK there's no other way than recall the glade parser many times in different main windows functions. Note that if you call your objects in glade ending with "_1" then you copy and paste the first copy will be "_2", the second "_3" and so on, it happened to me to use this trick and create a v

Re: duplicating GtkBuilder created widget objects

2012-12-03 Thread Tristan Van Berkom
On Mon, Dec 3, 2012 at 3:12 PM, Joe Steeve wrote: > On Sun, 2012-12-02 at 13:35 +0100, Tomasz Jankowski wrote: >> I think, that you cannot easily copy widgets. In such situation I >> usually use gtk_builder_add_objects_from_file(). > > When we do this, can there be two sets of objects with the sam