Re: gtk-app-devel-list Digest, Vol 34, Issue 43



Thanks for the response. Could you to tell me how i can use
gdk_window_set_type_hint() and gdk_window_set_decorations() calls for gtk
widow. Is it going to affect behavior of gtk window?

see http://developer.gnome.org/doc/API/2.0/gdk/gdk-Windows.html

and

http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html

Every widget (well, almost) has an underlying GdkWindow you can get at
by using widget->window. You can pass this on to the gdk_window*
functions.

And please provide some information how to display scrolling text in the
window.

There are (thankfully!) no calls to do this directly. You need
something like a GtkDrawingArea or GtkImage and draw things yourself.

-Jim



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]