help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Connecting a signal handler "after" default handler [GT


From: ZuLuuuuuu
Subject: [Help-smalltalk] Connecting a signal handler "after" default handler [GTK]
Date: Thu, 4 Aug 2011 09:56:11 -0700 (PDT)

Hello,

Recently, I have a case where I want to prevent a GtkNotebook to switch
pages but because the default handler of GtkNotebook's "switch-page" signal
is executed after the custom signal of the user, I can't do it. I found a
solution to this problem where one can use this function:

http://developer.gnome.org/gtk/2.24/gtk-Signals.html#gtk-signal-connect-after

so that the custom handler is executed last. Is there a way to use this
function on GST?

-----
Canol Gökel
--
View this message in context: 
http://forum.world.st/Connecting-a-signal-handler-after-default-handler-GTK-tp3719280p3719280.html
Sent from the Gnu mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]