DOKK / manpages / debian 13 / libur-perl / UR::Object::View::Toolkit.3pm.en
UR::Object::View::Toolkit(3pm) User Contributed Perl Documentation UR::Object::View::Toolkit(3pm)

UR::Object::View::Toolkit

$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");

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

2024-06-15 perl v5.38.2