Hi, I had sucessfully installed DirectFB and executed sample programs. How can i develop an application as that of in the following link http://www.directfb.org/news/count/gtk-themed-alpha.png ? Thats is how to develop an application with "Translucent Graphic Elements" using DirectFB and gtk. I had installed "gtk+-directfb-2.0.9" and executed sample programs which displays only widgets.
DirectFB is defined as a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for "translucent windows" and multiple display layers on top of the Linux Framebuffer Device. How to develop an application which contains a picture (PNG file) at background and widget at foreground in such way that the background picture is visible even after placing the widget over it ?
