IUP/Layout/IupGetBrother

From Vendetta Lua
Revision as of 07:38, 9 May 2023 by Draugath (Talk | contribs) (Created page with "__NOTOC__ __NOEDITSECTION__ :Returns the brother of a control or nil if there is none. ===Parameters/Return=== :iup.GetBrother('''control''': ihandle) -> '''ret''': ihandle...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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

Parameters/Return

iup.GetBrother(control: ihandle) -> ret: ihandle [in IupLua5]
control: Brother of interface control given.

See Also

IupGetNextChild