Difference between revisions of "IUP/Layout/IupGetBrother"

From Vendetta Lua
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 07:38, 9 May 2023


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