Hi, "yang xiaoli" <[EMAIL PROTECTED]> writes:
> Thanks to developers and organizers of directfb!they make a good > work. The examples of directfb is wonderful.There are some > questuins about using it. > > 1.There are examples of gtk+ in gtk+directfb directory,for example > ,the helloworld.It has close(x) icon on rigth top when it running on > gtk+ environment,but has no close on right top on gtk+-directfb.how > to close a widget or a window directly if we don't have quit button > or don't know to type key CapsLock+C ? You can enable window decorations drawn by GTK+. This is described in the README that you will find 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. > 2.How to make a nice environment to develop using gtk+directfb? Can > I use glade in framebuffer? since I install gtk+directfb not > X11. Please give me some advice. I haven't tried but I think that glade should work. You should also enable multi-application support in DirectFB and install DFBTerm. > 3.The example df_window show the transparence,how to make gtk widget > or window to transparent like it,Is there examples of making widget > or window to transparent or using gtk+directfb mixed to do > application transparence not only using directfb? This is also explained in the README I pointed you at earlier. Sven -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
