Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.480.894 Times

Gtk2::Ex::MindMapView::Layout::Cluster 0.000001

  Date Added: May 09, 2010  |  Visits: 1.286

Gtk2::Ex::MindMapView::Layout::Cluster

Report Broken Link
Printer Friendly Version


Product Homepage
Download (91 downloads)



Gtk2::Ex::MindMapView::Layout::Cluster is a vertical layout of view items. HEIRARCHY Gtk2::Ex::MindMapView::Layout::Group +----Gtk2::Ex::MindMapView::Layout::Cluster SYNOPSIS use Gtk2::Ex::MindMapView::Layout::Cluster; INTERFACE new(cluster_no=>$cluster_no) Instantiates an array of Gtk2::Ex::MindMapView::Items. All items in a cluster have a common predecessor item. add($item) Adds a item to the cluster, and adjusts the height and width of the cluster. layout() Places the cluster items on the canvas, and right or left justifies them. seq_no() Returns a number which is used to order the clusters in a column. DIAGNOSTICS Gtk2::Ex::MindMapView::Layout::Cluster requires a cluster_no You must pass in a cluster_no argument when creating a Gtk2::Ex::MindMapView::Layout::Cluster.

Requirements: No special requirements
Platforms: Linux
Keyword: Cluster Layout Libraries Mindmapview Programming Vertical View
Users rating: 0/10

License: Freeware Size: 50.18 KB
USER REVIEWS
More Reviews or Write Review


GTK2::EX::MINDMAPVIEW::LAYOUT::CLUSTER RELATED
Libraries  -  Gtk2::Ex::MindMapView 0.000001
Gtk2::Ex::MindMapView is a Perl module to display mind map or outline on a Gnome2::Canvas. HEIRARCHY Glib::Object +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Layout +----Gnome2::Canvas +----Gtk2::Ex::MindMapView...
50.18 KB  
Libraries  -  Gtk2::Ex::MindMapView::BorderFactory 0.000001
Gtk2::Ex::MindMapView::BorderFactory is a Maker of standard border items. SYNOPSIS use Gtk2::Ex::MindMapView::BorderFactory; This factory makes borders for mind map view items. The following types of borders are currently supported:...
50.18 KB  
Libraries  -  JsHttpRequest 5.0
JsHttpRequest project is an easy-to-use cross-browser AJAX library with AJAX file uploading support and many other features. JsHttpRequest first appeared as cross-browser analogue of XMLHttpRequest, and then became a very useful instrument to...
122.88 KB  
Libraries  -  HTML::Chunks 1.53
HTML::Chunks is a simple nested template engine for HTML, XML and XHTML. This class implements a simple text-based template engine, originally intented to allow web applications to completely separate layout HTML from programming logic. However,...
10.24 KB  
Libraries  -  Tk::Canvas 804.027
Tk::Canvas Perl module can create and manipulate Canvas widgets. SYNOPSIS $canvas = $parent->Canvas(?options?); STANDARD OPTIONS -background -highlightthickness -insertwidth -state -borderwidth -insertbackground -relief -tile -cursor...
5.7 MB  
Security Tools  -  PhoneWallet for Windows PC 1.0
Tired of remembering all confidential information? With only one Phone Wallet application you will keep all secure info in one place and have access to it any time. Phone Wallet helps you safely store all the data not only on your mobile phone but...
4.19 MB  
Blog  -  SimplyBibTeX 0.1.2
SimplyBibTeX is a PHP application that renders BibTeX through a simple template system. It can output XHTML, RSS and Atom and is easily extensible. There is no need for a database as it runs on the plain BibTeX files. All contextual data is stored...
20.48 KB  
Development Editors  -  Gridraw 0.02
Gridraw is a new feeling UML drawing tool based on the cell system. Gridraw uses to draw UML diagrams by incorporating features of spreadsheets, drawing tools, and a text editor. Diagrams are editable in a similar way to spreadsheet...
7.22 MB  
Libraries  -  Gtk2::Ex::MindMapView::Layout::Column 0.000001
Gtk2::Ex::MindMapView::Layout::Column is a Perl module to display vertical layout of clusters. SYNOPSIS use Gtk2::Ex::MindMapView::Layout::Column; The Gtk2::Ex::MindMapView::Layout::Column is used to layout Gtk2::Ex::MindMapView::Items in...
50.18 KB  
Libraries  -  Gtk2::Ex::MindMapView::Layout::Balanced 0.000001
Gtk2::Ex::MindMapView::Layout::Balanced is a Perl module with balanced layout for view items. HEIRARCHY Gtk2::Ex::MindMapView::Layout::Group +----Gtk2::Ex::MindMapView::Layout::Balanced SYNOPSIS use...
50.18 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB