Re: Close button in GtkNotebook

2017-05-28 Thread Eric Cashon via gtk-app-devel-list
Hi Augusto, This doesn't use glade but it might help out. You can add a label and button to a box and add it to the notebook tab. In the button "clicked" callback you can us the notebook pointer if you need that variable. If you want to be able to really customize the look and size of the bu

Thanks again ff

2017-05-28 Thread Hashem nolastname
Of course& I ffrg we g free 4r_r__ RE to get some g ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Close button in GtkNotebook

2017-05-28 Thread Augusto Fraga Giachero
Hi, I've been playing with Glade and GtkNotebook for while, and I couldn't figure a way to enable the close button on the tabs like this: With I've read online it seems that I need to add a GtkBox to the tab title area and add the label and a standard GtkButton to the right, but the GtkButton i