Gtk2::Ex::MindMapView::HotSpot::ToggleFactory

Gtk2::Ex::MindMapView::HotSpot::ToggleFactory is a Maker of standard toggle items.
Download

Gtk2::Ex::MindMapView::HotSpot::ToggleFactory Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • James Muir
  • Publisher web site:
  • http://search.cpan.org/~hemlock/Gtk2-Ex-MindMapView-0.000001/lib/Gtk2/Ex/MindMapView/ContentFactory.pm

Gtk2::Ex::MindMapView::HotSpot::ToggleFactory Tags


Gtk2::Ex::MindMapView::HotSpot::ToggleFactory Description

Gtk2::Ex::MindMapView::HotSpot::ToggleFactory is a Maker of standard toggle items. Gtk2::Ex::MindMapView::HotSpot::ToggleFactory is a Maker of standard toggle items.SYNOPSISuse Gtk2::Ex::MindMapView::HotSpot::ToggleFactory;This factory makes toggles that are used to expand or collapse the tree of items shown in the mind map.The following types of toggles are currently supported:Gtk2::Ex::MindMapView::HotSpot::Toggle::Round - The standard round toggle.This factory is used by the Gtk2::Ex::MindMapView::ItemFactory.INTERFACEProperties'item' (Gtk2::Ex::MindMapView::Item)The item to attach the grip to.'border' (Gtk2::Ex::MindMapView::Border)The border that is used to determine the type of toggle to create.'side' (string)The side of the item to attach to. May be: left or right.'fill_color_gdk' (Gtk2::Gdk::Color)The color of the toggle.'outline_color_gdk' (Gtk2::Gdk::Color)The color of the toggle outline.'hotspot_color_gdk' (Gtk2::Gdk::Color)The color of the toggle when it is engaged.Methodsnew ( ...)Constructor for the toggle factory.create_toggle (item=>$item, border=>$border, side=>$side, ...)Creates a new Gtk2::Ex::MindMapView::HotSpot::Toggle given the Gtk2::Ex::MindMapView::Item that the toggle will attach to. The Gtk2::Ex::MindMapView::Border is used to determine what toggle to return to the caller. The side may be left or right.DIAGNOSTICSInvalid item. Item must be a 'Gtk2::Ex::MindMapView::Item'You must pass in a Gtk2::Ex::MindMapView::Item argument.Invalid side. Must be 'right' or 'left'You must set the side to be either: left or right.Unexpected border: $borderYou must give one of the known border types at this time. Requirements: · Perl


Gtk2::Ex::MindMapView::HotSpot::ToggleFactory Related Software