IupGetBrother
Returns the brother of a control or NULL if there is none.
Parameters/Return
Ihandle* IupGetBrother(Ihandle *control); [in C] IupGetBrother(control: iuplua_tag) -> ret: iuplua_tag [in IupLua3] iup.GetBrother(control: iuplua_tag) -> ret: iuplua_tag [in IupLua5]
control: Brother of interface control given.