connect_after
Description:
Connects c_handler
to the signal detailed_signal
on the target instance of this.
The c_handler
will be called after the default handler of the signal.
You cannot connect a signal handler after target has been set.
Parameters:
this | |
detailed_signal |
a string of the form "signal-name: |
c_handler |
the ObjectConstructorFunc to connect |
data |
the data to pass to |