SpinRow.connectOutput
gulong connectOutput(T)(T callback, Flag!"After" after = No.After) if (isCallable!T
&& is(ReturnType!T == bool)
&& (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : adw.spin_row.SpinRow)))
&& Parameters!T.length < 2)Connect to Output signal.
Emitted to tweak the formatting of the value for display.
See [gtk.spin_button.SpinButton.output].
Parameters
callback | signal callback delegate or function to connect bool callback(adw.spin_row.SpinRow spinRow) spinRow the instance the signal is connected to (optional) Returns TRUE if the value has been displayed |
after | Yes.After to execute callback after default handler, No.After to execute before (default) |
Returns
Signal ID