Re: Signal emission in multi-threading environment

2007-12-08 Thread Stefan Kost
Hi Ben, Ben Lau schrieb: hi all, I am implementing a GObject (a simple video player) that creates a GStreamer pipeline for video processing. Soon it receives a new GstBuffer of video frame from the pipeline, it will emit a signal. As GStreamer processes the pipeline with multiple

Re: Set widget size in percentage

2007-12-08 Thread Tristan Van Berkom
On Dec 8, 2007 4:50 AM, Prashant J Zaveri [EMAIL PROTECTED] wrote: Hello... I am writing a gtk application to run on some other display. I want to maintain the size and layout of widgets that I have set on my desktop.For that I would like to specify widget size in percentage. Any

GTK Toolbar button size/alignment question

2007-12-08 Thread Gavin Rogers
I orignally posted this question on wxWidgets forum, but I guess it applies more to GTK than wxWidgets. (link=http://wxforum.shadonet.com/viewtopic.php?p=74006#74006) Anyone have any ideas on this toolbar question: I'd like to create a toolbar the same as Mozilla's find toolbar. (Ctrl-F).

Re: Invalid UTF8 string passed to pango_layout_set_text()

2007-12-08 Thread Tor Lillqvist
I am trying add contents to clist from a file which contains filenames, I asume this is on Linux or some other POSIX system? File names in POSIX are not necessarily in any enforced consistent character set and/or encoding. File names are just a string of bytes. Especially on older file systems

Re: Function to list all windows opened by the current process?

2007-12-08 Thread Peter Hildebrandt
is there a function I can use to get a list of all windows opened by the process currently running? The idea is to cleanly terminate all windows once the application window has been closed and gtk_main returned. I have looked around the API docs but did not find a good way to do this.