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