IupGetBrother

IUP - Portable User Interface

IupGetBrother

Returns the brother of a control or NULL if there is none.

Parameters/Return

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

ih: identifier of the interface element.

See Also

IupGetChild, IupGetNextChild, IupGetParent