2006/1/25, Ephrem Boudonnet <[EMAIL PROTECTED]>:
> hi
> I'm searching a container which could contain other containers.
> For example, is that possible to add anywhere several layouts to a
> window, or to include a layout in another one, in order to use it as
> sub-windows I could drag and drop.
> Is there a way to make this?
> Thanx

Any container can contain GtkWidget widgets, and as a GtkContainer is
a GtkWidget, il can contain any other container (the number of
children widgets depends on its real nature). This allows to have
complex layouts.

Cheers,

Vivien
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to