Re: GtkContainer multi - layer

2011-04-18 Thread Michael Trimarchi
Hi I'm using now the John Stebbins code On 04/15/2011 05:39 PM, Erick Pérez wrote: > Can u share the code somehow ? > > GeditOverlay does something like this, but way more restricted. > > And I do have a question: Can I stack GtkLayout widgets in your > implementation ? > >> I have crated a g

Re: GtkContainer multi - layer

2011-04-15 Thread Erick Pérez
Can u share the code somehow ? GeditOverlay does something like this, but way more restricted. And I do have a question: Can I stack GtkLayout widgets in your implementation ? > I have crated a gtkstacked widget so I can have different layer on it. > > /* Creates a new button with the label "Hel

Re: GtkContainer multi - layer

2011-04-14 Thread Michael Trimarchi
Hi again On 04/14/2011 03:21 PM, Michael Trimarchi wrote: > Hi all, > > I would like to have a multi layer container widget. The problem is that > GtkWindow is a GtkBin so only one widget on top of > it. The HBox and Vbox can have several widget on it but not packed on > different layer. If the

GtkContainer multi - layer

2011-04-14 Thread Michael Trimarchi
Hi all, I would like to have a multi layer container widget. The problem is that GtkWindow is a GtkBin so only one widget on top of it. The HBox and Vbox can have several widget on it but not packed on different layer. If the container can add widget on different layer, so probably it will be ea