t; g00037.html
>>>
>>> I see very similar problems, but didn't find any resolution.
>>>
>>> I get this error in when i'm debuugin gtk app : Gtk-WARNING **:
>>> Could
>>> not find signal handler
>>>
>>> I make this in my
> pi@raspberrypi:~ $ sudo apt-get install gmodule-export-2.0
As Tilo wrote, you may need to compile it yourself.
A quick search seems to indicate that there is gmodule-no-export-2.0
(no export) and gmodule-2.0 (export).
If this is true, you may want to look for gmodule-2.0 instead.
norbert # ap
t; Hi,
>>>
>>> I have the same problem of this topic
>>> https://mail.gnome.org/archives/gtk-app-devel-list/2013-December/ms
>>> g00037.html
>>>
>>> I see very similar problems, but didn't find any resolution.
>>&g
tml
> >
> > I see very similar problems, but didn't find any resolution.
> >
> > I get this error in when i'm debuugin gtk app : Gtk-WARNING **:
> > Could
> > not find signal handler
> >
> > I make this in my code
> >
> > if( ! gtk_b
.org/archives/gtk-app-devel-list/2013-December/msg00037.html
>
> I see very similar problems, but didn't find any resolution.
>
> I get this error in when i'm debuugin gtk app : Gtk-WARNING **: Could
> not find signal handler
>
> I make this in my code
>
> if( !
, 15:19 + schrieb Rúben Rodrigues:
>> Hi,
>>
>> I have the same problem of this topic
>> https://mail.gnome.org/archives/gtk-app-devel-list/2013-December/msg0
>> 0037.html
>>
>> I see very similar problems, but didn't find any resolution.
>>
this topic
> https://mail.gnome.org/archives/gtk-app-devel-list/2013-December/msg0
> 0037.html
>
> I see very similar problems, but didn't find any resolution.
>
> I get this error in when i'm debuugin gtk app : Gtk-WARNING **:
> Could
> not fi
Hi,
I have the same problem of this topic
https://mail.gnome.org/archives/gtk-app-devel-list/2013-December/msg00037.html
I see very similar problems, but didn't find any resolution.
I get this error in when i'm debuugin gtk app : Gtk-WARNING **: Could
not find signal handler
I ma
Hi Ken
On 2013-12-11 11:06, Ken Bass wrote:
/* Create new GtkBuilder object */
builder = gtk_builder_new();
if( ! gtk_builder_add_from_file( builder, UI_FILE, &error ) )
{
g_warning( "%s", error->message );
g_free( error );
return( 1 );
}
/* Connect sign
On Wed, Dec 11, 2013 at 11:06 AM, Ken Bass wrote:
> I know that this subject has been asked and answered many times, and I have
> been googling for several days to try to find an answer that works, but to
> no avail. So, sorry in advance...
>[...]
> and the compile and like commands:
>
> gcc -I/us
ut when I run the debugger, I get this error:
Gtk-WARNING **: Could not find signal handler 'digit_0_clicked_cb'
and the window is displayed correctly, but the button doesn't work.
As I said, I have tried many different variations of the above code and
command
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
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
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:
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
15 matches
Mail list logo