Re: Gtk+ / DirectFb / Pango performance

2006-05-21 Thread Sean Kelley
Have you considered Gtk+ 2.6 for your embedded design? Instead of DIrectFB, which is rather rough around the edges, why not use a tinyx-server like kdrive? I am using it in a design on an XScale. On 5/17/06, Clif Swiggett <[EMAIL PROTECTED]> wrote: Hi All - I'm hoping I can get some guidance

Re: How to stack widgets or GtkFixed doesn't seem to work well for stacking

2006-05-14 Thread Sean Kelley
ith Cairo? Sean On 5/12/06, Murray Cumming <[EMAIL PROTECTED]> wrote: > On Thu, 2006-05-11 at 06:58 -0500, Sean Kelley wrote: > > It appers that GtkFixed is not really designed for stacking widgets as > > it does not have > > a concept of a z-axis. What gets drawn on top

How to stack widgets or GtkFixed doesn't seem to work well for stacking

2006-05-11 Thread Sean Kelley
It appers that GtkFixed is not really designed for stacking widgets as it does not have a concept of a z-axis. What gets drawn on top is purely a matter of what child comes last when drawing, and a similar story is with input. If you need to stack things, how is this best accomplished? Imagine y