NAME
App::MathImage::Gtk2::Ex::ToolItem::Entry -- toolitem for a Gtk2::Entry widget
SYNOPSIS
use App::MathImage::Gtk2::Ex::ToolItem::Entry;
my $toolitem = App::MathImage::Gtk2::Ex::ToolItem::Entry->new;
WIDGET HIERARCHY
App::MathImage::Gtk2::Ex::ToolItem::Entry
is a subclass of Gtk2::ToolItem
,
Gtk2::Widget
Gtk2::Container
Gtk2::Bin
Gtk2::ToolItem
App::MathImage::Gtk2::Ex::ToolItem::Entry
DESCRIPTION
App::MathImage::Gtk2::Ex::ToolItem::Entry
...
FUNCTIONS
App::MathImage::Gtk2::Ex::ToolItem::Entry->new (key=>value,...)
-
Create and return a new toolitem object. Optional key/value pairs set initial properties as per
Glib::Object->new
.