Transparency on a XPM file

2005-11-10 Thread César Leonardo Blum Silveira
Hello all, I have written and app that loads a XPM image from it's data, that is in a header, and not form a XPM file (i know it's sort of the same thing, but I used an specific function to get XPM data, gdk_pixbuf_new_from_xpm_data () ). However, the background of the image shows up depending on

Re: libglade-WARNING **: could not find signal handler

2005-11-10 Thread Wallace Owen
On Thu, 2005-11-10 at 16:26 -0500, Andrew J. Montalenti wrote: > Dear Wallace, > > Thanks for the tip, this patch to my Makefile fixed it: > ... > Shouldn't this be made clear in some of the GTK+/Glade documentation? I > have the official GNOME developers guide, and had all the major web > docume

Re: libglade-WARNING **: could not find signal handler

2005-11-10 Thread Andrew J. Montalenti
Dear Wallace, Thanks for the tip, this patch to my Makefile fixed it: --- Makefile.orig 2005-11-10 16:21:02.0 -0500 +++ Makefile2005-11-10 16:19:52.0 -0500 @@ -2,12 +2,13 @@ OBJS = ${SOURCES:.c=.o} CFLAGS = `pkg-config libglade-2.0 gtk+-2.0 --cflags` LDADD = `pkg-conf

Re: GTK+ threaded program segfaults

2005-11-10 Thread Daniel Pekelharing
Strangely enough, it runs with no segfault on my system... ? I did not change a single line! by the way, GtkItemFactory has been deprecated.. On Thu, 2005-11-10 at 20:09 +0100, Luka Napotnik wrote: > Hi. > > I'm writing a multithreaded GTK+ program and have a problem. The program > segfaults at

Re: libglade-WARNING **: could not find signal handler

2005-11-10 Thread Wallace Owen
If it's just one handler that isn't being found but others are, and the others are in a separately linked lib, make sure when you link you use -Wl,-export-dynamic to export the symbols in your app so libglade can find it. // Wally On Thu, 2005-11-10 at 14:15 -0500, Andrew J. Montalenti wrote:

Re: GTK+ threaded program segfaults

2005-11-10 Thread Kevin DeKorte
On Thu, 2005-11-10 at 20:09 +0100, Luka Napotnik wrote: > Hi. > > I'm writing a multithreaded GTK+ program and have a problem. The program > segfaults at line: > window_main->this = gtk_window_new(GTK_WINDOW_TOPLEVEL); > What's wrong here? > > Greets, > Luka Works fine on FC4 when I compil

libglade-WARNING **: could not find signal handler

2005-11-10 Thread Andrew J. Montalenti
I am just coding my first GTK+ and Glade app in C, and running into trouble at an early stage. Basically, I have designed an interface in Glade, and the interface loads up find with glade_xml_new. However, glade_xml_signal_autoconnect reports a warning in that it isn't able to find a signal handl

GTK+ threaded program segfaults

2005-11-10 Thread Luka Napotnik
Hi. I'm writing a multithreaded GTK+ program and have a problem. The program segfaults at line: window_main->this = gtk_window_new(GTK_WINDOW_TOPLEVEL); What's wrong here? Greets, Luka The code: #include #include /* The main window's menu i

iconview selection visibility

2005-11-10 Thread Maciej Dziardziel
Hello I am using GtkDialog window with entry and iconview, which has an undesired behaviour - without focus, selection is not visible. Selection mode is set to GTK_SELECTION_BROWSE mode, and one of items is selected, but when focus goes to entry, it cannot be seen. How can i change this situation

Re: GTK + Xine

2005-11-10 Thread Andreas Stricker
christophe schrieb: What kind of widget sould i include in my GTK Glade designed application in order to include a libxine based video viewer window ? Are there some basic examples or docs about that ? Custom made widget are added with the custom widget. This one needs a callback function tha