> > Message: 1 > > Date: Thu, 09 Apr 2009 16:00:29 +0200 > > From: Tu Duong Manh <[email protected]> > > Subject: [LiTE] LiTE-Option with same function as window->RaiseToTop > > (window) > > To: [email protected] > > Message-ID: <[email protected]> > > Content-Type: text/plain; charset=iso-8859-15 > > > > Hi, > > > > can anybody tell me if there is a similar option window->RaiseToTop > > (window) for LiTE? > > I just can find lite_set_window_blend_mode, backgroundcolor, > > backgroundimage and so on, > > but nothing about StackingClass or RaiseToTop. > > I've got a primary surface and a lite_window, i just want to make the > > window visible, now it's > > still behind the surface. Thank you for reading. : ) > > > > Regards > > __________________________________________________________________________ > > > > _______________________________________________ > > LiTE mailing list > > [email protected] > > http://mail.directfb.org/cgi-bin/mailman/listinfo/lite > > > > > > End of LiTE Digest, Vol 7, Issue 2 > > ********************************** > > > > > Hi, > I think that you can find the dfb_window through the lite_window,the > structure of the lite_window including one member called window,it's > type is dfb_window , you can use RaiseToTop method and so on > example: > lite_window->window->RaiseToTop(lite_window->window) > This is the method I used to make the window to top > > greets > young > > _______________________________________________ > LiTE mailing list > [email protected] > http://mail.directfb.org/cgi-bin/mailman/listinfo/lite >
Hi, thank you for your answer. I tried it, but the compiler showed me error: 'lite_window' undeclared (first use in this function) i also have included the window.h yet. greets ______________________________________________________ GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT! Jetzt freischalten unter http://movieflat.web.de _______________________________________________ LiTE mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/lite
