Just thought that I would mention that I found a work around, by using the following packing hierarchy:
vbox hbox notebook1 button (packed with gtk_box_pack_end()) notebook2 and using the following additional setup: * notebook1's child widgets are all empty * notebook2's has its tabs hidden through gtk_notebook_set_show_tabs() * connect notebook1's select-page signal to a callback that does gtk_notebook_set_current_page() on notebook2's corresponding page. and some other minor details. But I still think that GtkNotebook should support this. Since I didn't get any answer that it is still possible, I will file an enhancement request. Regards, Dov On Thu, 05 Jan 2006 23:25:51 -0800 I wrote: > Is there currently any way to add a FireFox like delete button in the > right hand corner of a GtkNotebook? It seems not as there is no > access to the tab row? Is it at all a separate widget? It seems to me > that a reasonable interface would be to put the tab row into a GtkBox > container (either HBox or VBox depending on the orientation) and then > provide an accessor to this box so that users may add additional > widgets. Should I open an enhancement request? > > Regards, > Dov _______________________________________________ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list