Re: libglade autoconnect misses some callbacks



Thanks Martyn,

I am actually using it on Linux. I did try manually connecting the
window_show event, and it connects fine, but never gets called when I show
that window.

I imported the exact code of the glade output, so I know the callbacks
*should be called. Oh well, I will keep hacking!!

Cheers

----- Original Message ----- 
From: <martyn 2 russell bt com>
To: <tysonlt webmedia com au>; <gtk-app-devel-list gnome org>
Sent: Tuesday, June 10, 2003 9:16 PM
Subject: RE: libglade autoconnect misses some callbacks


The autoconnect function in libglade does not work on Windows because of
issues with gmodule (part of GLIB).  You have to manually connect the
signals.  If you look at src/callbacks.c where your glade file is kept,
you
should find all the callbacks are defined there.

Basically, as I understand it, gmodule (on Linux) is used by libglade to
get
hooks into the callback functions as specified in the glade file.  It is
this that does not work on Windows.

I am not sure if it is or isnt possible, but It has not been fixed yet.

Regards,
Martyn

-----Original Message-----
From: Tyson Lloyd Thwaites [mailto:tysonlt webmedia com au]
Sent: 10 June 2003 12:27
To: gtk-app-devel-list gnome org
Subject: libglade autoconnect misses some callbacks


Hi All,

I have just started using libglade (assisted by the lovely
anjuta), and I
find it far preferable to using glade-generated output, but I
am having
trouble getting it to connect all the callbacks.

Well, actually, it IS connecting them all, but I find that the
'on_window_show' callbacks are not being called for top-level
windows. I can
call the functions directly from the main method, and
libglade does not show
any errors saying that it can't find the callback, so I'm
thinking it might
be something more to do with my understanding of GTK windows,
than to do
with libglade.

I'm sorry I can't paste code right now, I'm at work, but is there some
well-known issue with windows in libglade, like...they don't
call their show
callbacks??

Sorry this is a bit of a 'my-code-dont-work-pleez-fix-it'
post, please flame
is needed and I will post some code when I get home.

Thanks,

Tyson Lloyd Thwaites

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]