[email protected] wrote:
Send LiTE mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.directfb.org/cgi-bin/mailman/listinfo/lite
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of LiTE digest..."


Today's Topics:

   1. LiTE-Option with same function as window->RaiseToTop (window)
      (Tu Duong Manh)


----------------------------------------------------------------------

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 __________________________________________________________________________ Verschicken Sie SMS direkt vom Postfach aus - in alle deutschen und viele ausl?ndische Netze zum gleichen Preis! https://produkte.web.de/webde_sms/sms





------------------------------

_______________________________________________
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

Reply via email to