Hi, "Maria Sehovich" <[EMAIL PROTECTED]> writes:
> I am new to directFB with gtk, it appears to have built and the directFB > app's run > fine on the user console over a vesa framebuffer. I am however having > problems running > the gtk examples. The run but the window frame does not appear. For > example, with He > Helloworld, I can see the window with helloworld and drag the cursor to > click on it > but the upper portion of the window frame with the exit, minimize and > name of program does not > show. All the examples run simarilarly, which means I can't exit them. > Any suggestions? since there is no window manager, there are no window decorations. You can enable window decorations drawn by GTK+. This is described in the README found in the gdk/directfb directory: If you want GTK+ to draw window decorations for you, edit the file gtk/gtkwindow-decorate.c and uncomment the line that says #define DECORATE_WINDOWS. You can also close windows using the basic window manager facilities built into DirectFB. See the README as found in the DirectFB source tree which explains this in more detail. Salut, Sven -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
