In GTK+, once I've connected some callback to some widget signals, how can I, from within those callbacks, forward the signal to another widget ?
It seems the signal api does not provide functions with the same arguments as the signal callbacks arguments, so I'm not sure how would I 'forward'a signal directly.
Thanks in advance.