Re: canvas + widgets, part II



Paul Davis <pbd op net> writes:
> 
> the test-gtkcanvas application demonstrates this clearly: drag any
> item under the GtkButton, and it will never appear on top of the
> button no matter what you do to the stacking order.

The problem there is that the GtkButton has an X window that's
obscuring the canvas's X window.

But the same kind of redraw glitch can happen (less frequently) with
no-window widgets.

Basically widgets on the canvas don't work worth a crap. The solution
would be to have a canvas more closely integrated with GTK, you would
need modifications to the widget system.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]