Returns the brother of an element.
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.
IupGetChild, IupGetNextChild, IupGetParent