Re: window stacking problem

2005-08-20 Thread Olexiy Avramchenko
Boncek, John wrote: Using GTK 2.2.4 in an embedded app with fixed resolution, I have a GtkFixedContainer with two children: 1. a GtkDrawingArea containing some drawing. 2. a GtkButton intended to overlay (1). They are created in that order, so I would think the button would be on top of the d

Re: window stacking problem

2005-08-20 Thread David Necas (Yeti)
On Fri, Aug 19, 2005 at 04:54:35PM -0500, Boncek, John wrote: > Using GTK 2.2.4 in an embedded app with fixed resolution, I have a > GtkFixedContainer with two children: > > 1. a GtkDrawingArea containing some drawing. > 2. a GtkButton intended to overlay (1). > > They are created in that order

window stacking problem

2005-08-19 Thread Boncek, John
Using GTK 2.2.4 in an embedded app with fixed resolution, I have a GtkFixedContainer with two children: 1. a GtkDrawingArea containing some drawing. 2. a GtkButton intended to overlay (1). They are created in that order, so I would think the button would be on top of the drawing, which was inte