Re: [gtk-list] Fixed




Pedro Medeiros <pjira@solar.com.br> writes:

> Thanks for the answer about pixmaps. Now it works. :)
> 
> But now I have another question. When I use the fixed widget, how can I
> choose which child widget will show entirely if they are overlapping?
> Example: a frame and a eventbox overlapping inside a fixed widget. It
> seems that the eventbox always goes on top.

Well, the explanation is the same as for your last one - the EventBox
has it's on window, the frame does not and draws on the parent window.

So, there is no way that the frame widget can appear on top of the
EventBox, since that is in a separate window.

Regards,
                                        Owen




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