Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 875 Bytes

Panel.md

File metadata and controls

22 lines (20 loc) · 875 Bytes
nav-title title description
Class ui/panels/panel.Panel
Class ui/panels/panel.Panel
Class ui/panels/panel.Panel

Class: "ui/panels/panel".Panel

Inherits: View
Base class for all layout panels.

Instance Properties
  • _children - Array of View.
    Returns an Array of children.
Instance Functions
  • addChild( view View )
    Adds the view to children array.
    • view - View
      The view to be added to the end of the children array.
  • removeChild( view View )
    Removes the specified view from the children array.
    • view - View
      The view to remove from the children array.