Hi all, Can I please get some thoughts on how to handle this problem I'm having!?
libglade and Glade2 both support having a widget in the tab label of a GtkNotebook. In fact in this is the default behaviour in Glade2. In Glade3 currently only the tab-label text property (sets an internally handled GtkLabel) is supported. So to support the loading of .glade files from Glade2 it would be nice to support this feature. However, it is implemented in a strange way which is making it hard to do so. The tab label widgets are saved as children of the GtkNotebook (when strictly speaking they are not as far as Gtk is concerned) but with a packing property of type=tab!! So a file saved by glade2 has every second GtkNotebook child as the tab label widget of the previous child!! (I have attached a glade2 example file). Thus I am finding it hard to think of how this could be cleanly implemented by changes in glade-gtk.c. Any thoughts would be appreciated. Thankyou, Shane
g2-nbtest.glade
Description: application/glade
