UR::Object::Viewer::Toolkit - UR::Object::Viewer::Toolkit documentation


UR documentation  | view source Contained in the UR distribution.

Index


NAME

Top

UR::Object::Viewer::Toolkit

SYNOPSIS

Top

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

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

DESCRIPTION

Top

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


UR documentation  | view source Contained in the UR distribution.