On Wed, 29 Dec 2010 14:11:47 +0100 Lionel Landwerlin
<llandwer...@gmail.com> wrote:

> > When using windows 2 questions arise:
> > 1. Is there any standard way of having a hidden (off-screen)
> > window? AFAIK there is no function to show/hide a window.
> 
> You can set window's opacity to 0, That's how directfb window managers
> hide them. Or maybe move the windows outside of the screen's limits
> (haven't tested that one).

Right, the "official" way to hide windows is to call

yourwindow->SetOpacity( yourwindow, 0 );

_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to