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