Setting the size of tabs in a Notebook?

2012-05-15 Thread Marc Balmer
Hi is there a way to set the width and height of the tabs in a GtkNotebook widget? Or can I do it only indirectly by using enough text? Thanks, mb ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/g

Re: Setting the size of tabs in a Notebook?

2012-05-15 Thread Olivier Sessink
I haven't found a good way, but I'm looking to make them smaller. You can use a different font in the labels, but with some themes (most notably the gtk3 default) the tabs are still very large. I have the feeling there was more possible with gtk 2 gtk_notebook_set_tab_border(), but I must admit th

Re: Setting the size of tabs in a Notebook?

2012-05-15 Thread Marc Balmer
Am 15.05.12 10:56, schrieb Olivier Sessink: > I haven't found a good way, but I'm looking to make them smaller. You > can use a different font in the labels, but with some themes (most > notably the gtk3 default) the tabs are still very large. > > I have the feeling there was more possible with gt