SpinRow.connectOutput

Connect to Output signal.

Emitted to tweak the formatting of the value for display.

See gtk.spin_button.SpinButton.output.

class SpinRow
ulong
connectOutput
(
T
)
(,
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
)

Parameters

callback T

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 Flag!"After"

Yes.After to execute callback after default handler, No.After to execute before (default)

Return Value

Type: ulong

Signal ID