IupGetBrother

Returns the brother of an element.

Parameters/Return

Ihandle* IupGetBrother(Ihandle* ih); [in C]
iup.GetBrother(ih: ihandle) -> brother: ihandle [in Lua]

ih: identifier of the interface element.

Returns: the brother or NULL if there is none.

See Also

IupGetChild, IupGetNextChild, IupGetParent