Re: How create new GtkBin widget

2008-03-18 Thread gege2061
2008/3/17, Eduardo M KALINOWSKI <[EMAIL PROTECTED]>: > Use a GtkNotebook with the tabs hidden. It works perfectly for that purpose. This is generally what I use, but for fun I want test implement this feature from to GtkBin. -- Nicolas Joseph Responsable de la rubrique GTK+ de developpez.com h

Re: How create new GtkBin widget

2008-03-17 Thread Eduardo M KALINOWSKI
gege2061 wrote: > I know, I would like create a container that can contain several > widgets but just one is showing (to simulate a superposition of > widgets). > Use a GtkNotebook with the tabs hidden. It works perfectly for that purpose. -- O maior castigo para um bĂ­gamo? Duas sogras! Edua

Re: How create new GtkBin widget

2008-03-17 Thread gege2061
2008/3/17, Emmanuele Bassi <[EMAIL PROTECTED]>: > a Bin is a specialised container that can contain just *one* child at a > time. I know, I would like create a container that can contain several widgets but just one is showing (to simulate a superposition of widgets). > if you want to implement

Re: How create new GtkBin widget

2008-03-17 Thread Emmanuele Bassi
On Mon, 2008-03-17 at 15:46 +0100, gege2061 wrote: > Hello, > > I would like create a new GtkBin widget, but this simple code (writen in > Vala) don't work (label don't show) : > > using Gtk; > > public class Gtk.StackContainer : Gtk.Bin > { > } a Bin is a specialised container that can contai