Hi,

Thomas Vander Stichele <[EMAIL PROTECTED]> writes:

> I've tried DirectFB recently.  Worked well.  Are there any apps I can try 
> out that work under it ? For example, I saw the simpsons screenshot but 
> didn't find an app that worked like that looked ;) Is that part 
> proprietary ?

which one is the simpsons screenshot? Have you tried DFBSee and DFBPoint?

> Another question; I have a media box project (link below) for which I'm 
> considering DirectFB.  One thing I ran into is that the visual aspects of 
> a tv-oriented system are quite different from a normal desktop.  For 
> example, mouse interface parts don't make much sense when you have a 
> regular remote.  Also, the small standard fonts are unreadable.
> 
> So I was wondering if you have made GTK widgets using large fonts and more 
> sensible activation methods ? I'm thinking about things like file 
> selection widgets (with big fonts and keypress callbacks).

It is very easy to change the font size of GTK+ widgets. One approach is 
to add something like this to gtkrc-2.0:

  style "huge-font-style"
  {
    font_name = "sans 24"
  }
  
  class "GtkWidget" style "huge-font-style"

All GTK+ widgets are keyboard navigationable. Sometimes some special
logic is needed to assure that the focus stays in the right place.

We have developed a couple of custom widgets based on GTK+-DirectFB,
but I'm sorry we can't give that code away.


Salut, Sven


-- 
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-users" as subject.

Reply via email to