[Glade-users] Java's CardLayout with GTK and Glade

Damon Chaplin damon@karuna.uklinux.net
21 Sep 2003 13:26:28 +0100


On Sat, 2003-09-20 at 05:03, Jason Bodnar wrote:
> I'd like to do something equivalent to Java's CardLayout with GTK and Glade.
> CardLayout allows you to have multiple containers (panes) stacked on top of
> each other and show only one at a time (like a deck of cards). Is there a way
> to do this with Glade?

Try using a GtkNotebook and turning 'Show Tabs' off.
I think that is what you mean.

Damon