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