Transparent background in window?

2002-09-04 Thread Egon Andersen, Talura
Hi, Is it possible to make the background in a window transparent? The reason that I ask is that I have made a splash screen with an image that is not rectangular (transparent background) and I would like the window to appear as having the same shape as the image. I've been looking at

Killing a GTK Applikation

2002-09-04 Thread Sthr Kirsten
Hello, i have a problem: I want to write information about a GTK program into a config-file if the X-Window System is going down. I have try to set up a signal handler for the kill signal because there is no signal at killing time. How can i write my informations into a config-file, if the

Re: Transparent background in window?

2002-09-04 Thread Brett Granger
Though I keep hoping somebody will be able to explain to me otherwise, there does not appear to be any way to make top level X windows transparent or translucent with the stock GTK (due to a limitation in X itself, I believe)... However, if all you want is the shape, and the contents don't

Re: Transparent background in window?

2002-09-04 Thread Joachim Backes
On 04-Sep-2002 Brett Granger wrote: Though I keep hoping somebody will be able to explain to me otherwise, there does not appear to be any way to make top level X windows transparent or translucent with the stock GTK (due to a limitation in X itself, I believe)... Hi, this is not

Re: Transparent background in window?

2002-09-04 Thread Brett Granger
Joachim Backes wrote: On 04-Sep-2002 Brett Granger wrote: Though I keep hoping somebody will be able to explain to me otherwise, there does not appear to be any way to make top level X windows transparent or translucent with the stock GTK (due to a limitation in X itself, I

Re: Transparent background in window?

2002-09-04 Thread John . Cupitt
Brett Granger wrote: But I am not interested in non-rectangular windows via the shape extension (which I have used quite a bit) -- I am interested in translucent rectangular (alpha-blended) top level windows, preferably with minimal modification to X or to GTK. There have been previous

Fatal Error when trying to run GTK

2002-09-04 Thread Daryl Schott
Fatal error: dl() is not supported in multithreaded Web servers - use extension statements in your php.ini in c:\apache\htdocs\gtk.php on line 6 ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Drag-n-drop to empty GtkTreeView

2002-09-04 Thread Joseph
Hello, I've gotten drag and drop to work with a GtkTreeView by replacing the functions in the drag dest iface with my own, however none of the functions are called when the tree is empty. Is there something special I can do to handle d-n-d to empty trees, or should I just install a drag handler

Problems building testgtk

2002-09-04 Thread Larry McQueary
Hi, I'm compiling gtk+ 2.0.6 on Solaris 8 (sparc) with gcc 3.2 and the Sun linker and archiver (/usr/ccs/bin/ld and /usr/ccs/bin/ar, respectively). I am configuring with --disable-static. I have had some problems building testgtk Upon linking testgtk, I get undefined symbols for the

write GTK+ shared library

2002-09-04 Thread Mullin Yu
Hi all, I'm new to GTK+. I just followed the Hello World example, and I could compile and run the application. Now, I want to change it from a application to a shared library and then called by another C program, so thatsimilarly adialog box with a button will become up. Any ideas and