The show signal is a Run-First signal, which means the default handler
is always ran before any event handlers.
Just override the show virtual function and do stuff before chaining up
to the parent member function. Emitting a signal is not necessary if you
are already using overriding.
May I ask
Hi again,
As I can see, anyone knows how to solve this... Then I will
overwrite the show method of my GscInfo object (inherit from GtkWindow)
and I will emit a "before-show" signal or a "show-info" signal before
to call GtkWindow->show.
Regads,
Perriman
El Sun, 15 Mar 2009 04:06