logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

"Tickit::SingleChildWidget" - abstract base class for widgets that contain a single other widget

Author

       Paul Evans <leonerd@leonerd.org.uk>

perl v5.40.0                                       2024-09-16                     Tickit::SingleChildWidget(3pm)

Constructor

new
          $widget = Tickit::SingleChildWidget->new( %args );

       Constructs a new "Tickit::SingleChildWidget" object.

Description

       This subclass of Tickit::ContainerWidget acts as an abstract base class for widgets that contain exactly
       one other widget. It enforces that only one child widget may be contained at any one time, and provides a
       convenient accessor to obtain it.

Name

       "Tickit::SingleChildWidget" - abstract base class for widgets that contain a single other widget

Synopsis

        TODO

See Also