ToolItem.connectToolbarReconfigured
gulong connectToolbarReconfigured(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.tool_item.ToolItem)))
&& Parameters!T.length < 2)Connect to ToolbarReconfigured signal.
This signal is emitted when some property of the toolbar that the item is a child of changes. For custom subclasses of #GtkToolItem, the default handler of this signal use the functions
- [gtk.tool_shell.ToolShell.toolShellGetOrientation]
- [gtk.tool_shell.ToolShell.getStyle]
- [gtk.tool_shell.ToolShell.getIconSize]
- [gtk.tool_shell.ToolShell.getReliefStyle]
to find out what the toolbar should look like and change themselves accordingly.
Parameters
callback | signal callback delegate or function to connect void callback(gtk.tool_item.ToolItem toolItem) toolItem the instance the signal is connected to (optional) |
after | Yes.After to execute callback after default handler, No.After to execute before (default) |
Returns
Signal ID