Notebook.connectPageAdded

gulong connectPageAdded(T)(T callback, Flag!"After" after = No.After) if (isCallable!T && is(ReturnType!T == void) && (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : gtk.widget.Widget))) && (Parameters!T.length < 2 || (ParameterStorageClassTuple!T[1] == ParameterStorageClass.none && is(Parameters!T[1] == uint))) && (Parameters!T.length < 3 || (ParameterStorageClassTuple!T[2] == ParameterStorageClass.none && is(Parameters!T[2] : gtk.notebook.Notebook))) && Parameters!T.length < 4)

Connect to PageAdded signal.

the ::page-added signal is emitted in the notebook right after a page is added to the notebook.

Parameters

callbacksignal callback delegate or function to connect void callback(gtk.widget.Widget child, uint pageNum, gtk.notebook.Notebook notebook) child the child #GtkWidget affected (optional) pageNum the new page number for child (optional) notebook the instance the signal is connected to (optional)
afterYes.After to execute callback after default handler, No.After to execute before (default)

Returns

Signal ID