Re: GtkNotebook: How do you hide a tab? - SOLVED

2008-05-09 Thread Gorshkov
Gorshkov wrote: > How do you hide a tab/make it invisible in a GtkNotebook? I haven't been > able to find anything in the API. I've tried setting the label > insensitive and hiding it, but that doesn't seem to be working? > ___ > gtk-app-devel-list mail

Re: GtkNotebook: How do you hide a tab?

2008-05-09 Thread Thomas Dybdahl Ahle
On Fri, 2008-05-09 at 05:53 -0400, Gorshkov wrote: > How do you hide a tab/make it invisible in a GtkNotebook? Hide the child. You won't see it from glade though. -- Best Regards, Med Venlig Hilsen, Thomas ___ gtk-app-devel-list mailing list gtk-app-dev

Re: GtkNotebook: How do you hide a tab?

2008-05-09 Thread Gregory Hosler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gorshkov wrote: | How do you hide a tab/make it invisible in a GtkNotebook? I haven't been | able to find anything in the API. I've tried setting the label | insensitive and hiding it, but that doesn't seem to be working? I would try gtk_widget_hide()

Re: GtkNotebook: How do you hide a tab?

2008-05-09 Thread Rosa Mannini
Hi, I guess you should try to hide the entire GtkNotebook page containing that label. In this way it should work. Bye - Messaggio originale - Da: Gorshkov <[EMAIL PROTECTED]> A: gtk-app-devel-list@gnome.org Inviato: Venerdì 9 maggio 2008, 11:53:01 Oggetto: GtkNotebook: How do yo

GtkNotebook: How do you hide a tab?

2008-05-09 Thread Gorshkov
How do you hide a tab/make it invisible in a GtkNotebook? I haven't been able to find anything in the API. I've tried setting the label insensitive and hiding it, but that doesn't seem to be working? ___ gtk-app-devel-list mailing list gtk-app-devel-lis