Method

IdeTreeNodeinsert_after

Declaration

void
ide_tree_node_insert_after (
  IdeTreeNode* node,
  IdeTreeNode* parent,
  IdeTreeNode* previous_sibling
)

Description

No description available.

Parameters

parent

Type: IdeTreeNode

No description available.

The data is owned by the caller of the method.
previous_sibling

Type: IdeTreeNode

No description available.

The data is owned by the caller of the method.