logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

UR::Object::View::Toolkit

Description

       Each view delegates to one of these to interact with the toolkit environment

perl v5.38.2                                       2024-06-15                     UR::Object::View::Toolkit(3pm)

Name

       UR::Object::View::Toolkit

Synopsis

       $v1 = $obj->create_view(toolkit => "gtk"); $v2 = $obj->create_view(toolkit => "tk");

       is($v1->_toolkit_delegate, "UR::Object::View::Toolkit::Gtk"); is($v2->_toolkit_delegate,
       "UR::Object::View::Toolkit::Tk");

See Also