Re: GDK text rendering function (gdk_draw_layout deprecated).

2011-05-25 Thread Vladimir Sedach
That's what I suspected. This info really should go in the manual. I'm too lazy to contribute a patch and don't want to sign up for the GNOME bugzilla, hopefully someone will read this message. Vladimir On Wed, May 25, 2011 at 4:19 PM, Emmanuel Thomas-Maurin wrote: > On 05/25/2011 10:10 PM, Vlad

Re: GDK text rendering function (gdk_draw_layout deprecated).

2011-05-25 Thread Emmanuel Thomas-Maurin
On 05/25/2011 10:10 PM, Vladimir Sedach wrote: > I'm reading the GDK manual > (http://developer.gnome.org/gdk/stable/gdk-Drawing-Primitives.html), > and gdk_draw_text is marked as deprecated with the suggestion to use > gdk_draw_layout instead. gdk_draw_layout is itself deprecated, but > there is n

GDK text rendering function (gdk_draw_layout deprecated).

2011-05-25 Thread Vladimir Sedach
I'm reading the GDK manual (http://developer.gnome.org/gdk/stable/gdk-Drawing-Primitives.html), and gdk_draw_text is marked as deprecated with the suggestion to use gdk_draw_layout instead. gdk_draw_layout is itself deprecated, but there is no recommendation for what should be used in its place. Wh

GtkPlug and GtkSocket

2011-05-25 Thread John Emmas
Does anyone know if GtkPlug and GtkSocket are usable in gtk-win32? I appreciate that they were originally written for windows that support the XEmbed protocol (i.e. X windows) but browsing through the source code, gtk-win32 seems to implement a protocol that's broadly equivalent. However, I'm