Example #1
0
 /// <summary>
 /// Adds a new child widget
 /// </summary>
 /// <param name="widget">The widget to be added</param>
 new public void Add(jhuapl.util.IWidget widget)
 {
     m_ChildWidgets.Add(widget);
     widget.ParentWidget = this;
 }
Example #2
0
 new public void Add(IWidget widget)
 {
     m_subNodes.Add(widget);
     widget.ParentWidget = this;
 }
Example #3
0
 new public void Add(IWidget widget)
 {
     m_ChildWidgets.Add(widget);
     widget.ParentWidget = this;
 }
 new public void Add(jhuapl.util.IWidget widget)
 {
     m_subNodes.Add(widget);
     widget.ParentWidget = this;
 }