public void Add() { if (!_hidden) _owner.AddChild(textInput.displayObject); }
static public int Add(IntPtr l) { try { FairyGUI.Utils.HtmlInput self = (FairyGUI.Utils.HtmlInput)checkSelf(l); self.Add(); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }