signal callback delegate or function to connect
void callback(gda.tree_node.TreeNode node, gda.tree.Tree tree)
node the #GdaTreeNode which changed from having children to being a leaf or the other way around (optional)
tree the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to NodeHasChildToggled signal.
Gets emitted when a node has has a child when it did not have any or when it does not have a ny children anymore when it had some