Gtk2::Ex::MindMapView::Layout::Column

Gtk2::Ex::MindMapView::Layout::Column is a Perl module to display vertical layout of clusters.
Download

Gtk2::Ex::MindMapView::Layout::Column 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::Layout::Column Tags


Gtk2::Ex::MindMapView::Layout::Column Description

Gtk2::Ex::MindMapView::Layout::Column is a Perl module to display vertical layout of clusters. Gtk2::Ex::MindMapView::Layout::Column is a Perl module to display vertical layout of clusters.SYNOPSISuse Gtk2::Ex::MindMapView::Layout::Column;The Gtk2::Ex::MindMapView::Layout::Column is used to layout Gtk2::Ex::MindMapView::Items in columns on a Gnome2::Canvas.INTERFACEnew(column_no=>$column_no)Instantiates the column and saves the column number for future reference.Each column is assigned a column number, which is used to determine which side of the root column it is on. The root column is always column zero. Columns to the right of the root have positive column numbers, columns to the left of the root column have negative column numbers.add($predecessor_item, $item)Each Gtk2::Ex::MindMapView::Item is added to a cluster in a column. The cluster groups items according to their predecessor.layout()Places Gtk2::Ex::MindMapView::Items on the canvas according to the cluster they belong to.DIAGNOSTICSGtk2::Ex::MindMapView::Layout::Column requires a 'column_no'You must pass in a column_no argument when creating a Gtk2::Ex::MindMapView::Layout::Column.


Gtk2::Ex::MindMapView::Layout::Column Related Software