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
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
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
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