Exiting GTK main event loop from a plugin application

2006-08-10 Thread Kevin Arthur
I'm having a fairly basic main loop/event problem in a GTK+ application. I'm sure this is a dumb beginner FAQ, but haven't had any luck finding an answer in the documentation. I'm on linux, using gtk-2.0, developing code that runs as a plugin within another program (which is not using gtk). My pl

SPLint

2006-08-10 Thread Will Frishe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A while back I used SPLint on my code. Having been a little while since then, I decided to run through some of the newer code with it. Unfortunately, it makes all kinds of complaints, usually parse errors, regarding glib/gtk, e.g.: Splint 3.1.1 --- 1

Re: GThread pid_t?

2006-08-10 Thread Rick Jones
Luka Napotnik wrote: > Hello, I'm trying to use pthread_kill on a GThread but I don't have the > pid_t for that thread. How can I get it? I had a similar issue several months ago. One _could_ go grubbing through the internal GThread datastructures, or further extend the GThread abstractoins (in

Re: Help Required regarding images over buttons!!

2006-08-10 Thread Tristan Van Berkom
Madhusudan E wrote: >When a button is pressed , is it possible to set another image file of >format jpeg or gif or from GdkPixbuf? > > > >is it possible to support the above feature using GtkState, when the state >is active (GTK_STATE_ACTIVE) , > >it will read from the GtkStyle or by using RC fi

GThread pid_t?

2006-08-10 Thread Luka Napotnik
Hello, I'm trying to use pthread_kill on a GThread but I don't have the pid_t for that thread. How can I get it? Greets, Luka ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Help Required regarding images over buttons!!

2006-08-10 Thread Madhusudan E
When a button is pressed , is it possible to set another image file of format jpeg or gif or from GdkPixbuf? is it possible to support the above feature using GtkState, when the state is active (GTK_STATE_ACTIVE) , it will read from the GtkStyle or by using RC file and display the image.

Re: problems with threads in a shared object

2006-08-10 Thread Luka Napotnik
Now there's a simular problem with the shared library. I have a function in the main program that uses mutextes. I call that function in the .so and compile the .so. But when I run the program it quits with an dlopen() error, that was not there before calling the mutex function. So the .so is not

Help needed for Image transparency!!

2006-08-10 Thread Madhusudan E
How to support Transparent images using GTK or GDK api's Madhusudan E, HTIPL, Bangalore-08 - 9980527224 www.huawei.com This e-mail and attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use of th