I am a rank amateur at using glade so forgive me if these are my doing, but I find
that altering the signal handling function via the properties dlg has a few weird
behaviours.
a) if i set the signal handler to a function that already exists, it some times writes
a duplicate function prototype, etc.
b) I alter it and then click update, and it appears to do so, but when I make it the
signal handler has not been altered in interface.c.
This happened when i set the handler for destroy, delete_event and destroy_event to
gtk_true (to see if i could intercept them successfully). This worked. then i altered
all of
them to my function quit_verify. I ran make and i still got gtk_true. I repeated the
alteration making sure to update them and the same thing. I manually edited
interface.c, and
only one of the functions had been altered here (the one that occurred first in the
file).
Cheers
Blake
--
eMail : [EMAIL PROTECTED]
icq uin : 4619713
-----------------------------------------------------------------------------
Arnold's Laws of Documentation:
(1) If it should exist, it doesn't.
(2) If it does exist, it's out of date.
(3) Only documentation for useless programs transcends the first two laws.
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.