focus

2007-09-26 Thread Dave Howorth
Is there an explanation of gtk's focus mechanism somewhere? That is, an overview of how focus works, what the various focus-related signals mean etc. I've googled but haven't found anything. Thanks, Dave ___ gtk-app-devel-list mailing list

Evaluating bpaths

2007-09-26 Thread Jeff Smith
First, my apologies if there is a better mailing list to target this question. I looked and didn't find anything that still appeared to be active. I'm using GTK+ in a research project, and within that, I'm drawing a bunch of things using GnomeCanvas. In particular, I'm using the BPath object a

pango_extents_to_pixels

2007-09-26 Thread Ian Bull
Is anyone else experiencing problems with GTK 2.12 and pango_extents_to_pixels. I first noticed this problem when I launched Eclipse: /home/XXX/local/eclipse/eclipse: symbol lookup error: /usr/lib/libgtk- x11-2.0.so.0: undefined symbol: pango_extents_to_pixels but I also get the same error when

How to redraw the blanked section of a widget after a expose-event?

2007-09-26 Thread krist misra
Hi experts, I am using GTK+ and gstreamer to capture and show the video frames, I created a drawable widget using gtk_drawing_area_new() and using xvimage element of gstreamer to render the video, I also connected them by a gstreamer function gst_x_overlay_set_xwindow_id(), so the video frames

Re: pango_extents_to_pixels

2007-09-26 Thread Behdad Esfahbod
On Wed, 2007-09-26 at 16:13 -0700, Ian Bull wrote: Is anyone else experiencing problems with GTK 2.12 and pango_extents_to_pixels. I first noticed this problem when I launched Eclipse: /home/XXX/local/eclipse/eclipse: symbol lookup error: /usr/lib/libgtk- x11-2.0.so.0: undefined symbol: