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 0

GDK text rendering function (gdk_draw_layout deprecated).

2011-05-25 Thread Vladimir Sedach
place. What is the right GDK function for drawing text, or is text drawing now moved outside of GDK? Thank you, Vladimir ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reorder GtkVBox children with dnd

2009-03-20 Thread Vladimir Nadvornik
Hi, Does anybody have some example code for reordering GtkVBox children with drag and drop? I don't want to reinvent the wheel... Thanks, Vladimir ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/lis

ellipsize expander label

2009-03-01 Thread Vladimir Nadvornik
er), label); It shows just "..." even if there is enough room for the whole text. BTW, is there any good documentation how the stuff with "size-request" and "size-allocate" works? Vladimir ___ gtk-app-devel-list mailin

Re: gdk_threads_leave in gtk callback ?

2006-04-09 Thread Vladimir
at holiday this week, so I couldn't reply earlier. Gus Koppel wrote: > Vladimir wrote: > >> There are two uses of GTK+ in non-main threads: >> 1. error reporting via message boxes and >> 2. adding text (which comes from network) to GUI windows. > > Btw, if you

Re: gdk_threads_leave in gtk callback ?

2006-03-31 Thread Vladimir
_idle_add in non-main thread without locking ? > > I am not sure. The documentation is not clear about this and I havn't > had the time to examine the sources of that yet. To be safe, you should > wrap a simple GStaticMutex lock around the call. OK. Again, thanks a lot for your

Re: gdk_threads_leave in gtk callback ?

2006-03-31 Thread Vladimir
. BTW, can I use g_idle_add in non-main thread without locking ? Gus Koppel wrote: > Vladimir wrote: > >> I'm writing program with several threads each of which uses gtk. >> I need to wait for one of the threads in gtk-generated callback. I can't >> do it directly be

gdk_threads_leave in gtk callback ?

2006-03-30 Thread Vladimir
y problems ? -- Vladimir ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list