![]() |
Functions | |
Ihandle * | iupChildTreeGetNativeParent (Ihandle *ih) |
InativeHandle * | iupChildTreeGetNativeParentHandle (Ihandle *ih) |
void | iupChildTreeAppend (Ihandle *parent, Ihandle *child) |
int | iupChildTreeIsChild (Ihandle *ih, Ihandle *child) |
Ihandle * | iupChildTreeGetPrevBrother (Ihandle *ih) |
Ihandle* iupChildTreeGetNativeParent | ( | Ihandle * | ih | ) |
Returns the native parent. It simply excludes containers that are from IUP_TYPEVOID classes.
InativeHandle* iupChildTreeGetNativeParentHandle | ( | Ihandle * | ih | ) |
Returns the native parent handle. Uses iupChildTreeGetNativeParent and iupClassObjectGetInnerNativeContainerHandle.
void iupChildTreeAppend | ( | Ihandle * | parent, | |
Ihandle * | child | |||
) |
Adds the child directly to the parent tree.
int iupChildTreeIsChild | ( | Ihandle * | ih, | |
Ihandle * | child | |||
) |
Checks if the child belongs to the parent tree.
Ihandle* iupChildTreeGetPrevBrother | ( | Ihandle * | ih | ) |
Returns the previous brother if any.