Lines Matching refs:sibling
6707 * @brief Inserts a component to a parent node after the specified <b>sibling</b> node.
6711 * @param sibling Indicates the pointer to the sibling node after which the target node is to be inserted.
6720 int32_t (*insertChildAfter)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child, ArkUI_NodeHandle sibling);
6723 * @brief Inserts a component to a parent node before the specified <b>sibling</b> node.
6727 * @param sibling Indicates the pointer to the sibling node before which the target node is to be inserted.
6736 int32_t (*insertChildBefore)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child, ArkUI_NodeHandle sibling);
6898 * @brief Obtains the previous sibling node.
6906 * @brief Obtains the next sibling node.