On 12/28/05, Alok Srivastava <[EMAIL PROTECTED]> wrote: > I'm using DirectFB-0.9.22 with LiTE 0.2.0. I executed the > example files (simple.c, slider.c…..) but I'm not able to see Title bar, > maximize, minimize, close buttons and icon on the bar. > > When I used DirectFB-0.9.24 with LiTE 0.6.1, it was okay but still buttons > and icons were not there.
In the default LiteWindow implementation, there's no specific minimize button installed, you double-click in the middle of the window handle and it minimizes, and if you double-click again, it maximizes the window. You could always change the behavior, but just now I think it's somewhat hard-coded, we need to abstract out the click region handling for minimize/maximize windows. --Kent -- Happiness is an inside job. _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
