add_alpha?

2006-05-22 Thread ephrem boudonnet
out inside another one. Any idea? Thanx. Ephrem Boudonnet ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: containers for containers

2006-01-26 Thread Ephrem Boudonnet
Vivien Malerba wrote: Thanks for your help, in fact my problem is that I need to find a container class that could contain others containers of the same type AND which positions and sizes could be specified "manually" (i.e. without following any predefined layout) Is there such class of GT

Containers for containers

2006-01-25 Thread Ephrem Boudonnet
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 __