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 50.174.802 Times

Gtk2::Ex::MindMapView::Layout::Balanced 0.000001

  Date Added: January 25, 2010  |  Visits: 1.073

Gtk2::Ex::MindMapView::Layout::Balanced

Report Broken Link
Printer Friendly Version


Product Homepage
Download (95 downloads)



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 Gtk2::Ex::MindMapView::Layout::Balanced; A balanced layout for the mindmap. This module considers the "weight" of each Gtk2::Ex::MindMapView::Item when laying them out. The weight is a measure of the amount of screen real estate taken up by the item. INTERFACE new (graph=>$graph) Instantiates a new balanced layout. This code assigns Gtk2::Ex::MindMapView::Item objects to columns based on their relationships to each other as determined by the Gtk2::Ex::MindMapView::Graph argument. layout() Places the items in the balanced layout on the canvas. This code determines the width of the columns in which the Gtk2:Ex::MindMapView::Items are placed, and positions the items appropriately on the canvas..

Requirements: No special requirements
Platforms: Linux
Keyword: Balanced Layout Libraries Mindmapview Module Perl Perl Module Programming View
Users rating: 0/10

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


GTK2::EX::MINDMAPVIEW::LAYOUT::BALANCED RELATED
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  -  MP3::Album::Layout::Fetcher 0.14
MP3::Album::Layout::Fetcher is a Perl extension to manage fetchers of album layouts. This module is a fetcher manager. It searches for modules in the MP3::Album::Layout::Fetcher::* name space and registers them as available fetchers. The...
8.19 KB  
Libraries  -  MassSpec::ViewSpectrum::RealVsHypPeptide 0.02
MassSpec::ViewSpectrum::RealVsHypPeptide is a Perl module to view a real mass spectrum on the same graph as a hypothetical spectrum generated by fragmenting a peptide in silico. SYNOPSIS use MassSpec::ViewSpectrum::RealVsHypPeptide; open...
8.19 KB  
Libraries  -  Text::JavE 0.0.2
Text::JavE is a Perl module to view and manipulate ascii art and manipulation files created in JavE. JavE (http://www.jave.de/) is an excellent Ascii art editor and animator written in Java. Unfortunately it doesnt yet have a scripting...
8.19 KB  
Modules  -  Panels Three Four Layout 6.x-1.0
Panels Three Four Layout is a grid based, adaptive layout for Panels module. It's similar to flexible layout that you can find in Panels' core, with the exception that in adaptive layout final page is rendered based on how panes are connected to...
10 KB  
Modules  -  Git Browser 7.x-1.0-alpha1
This module provides view cvs style integration to allow a user to view a git repository. This module has been split into 2 parts so that the git browser can be embedded within another module to allow access to any git repository.Included is a...
102.4 KB  
Modules  -  View own 6.x-1.1
Module adds 'view own content' and 'view any content' permissions for all of content types.So, administrator can build a more flexible system of rights.For example, admin can add 'view own question content' for role 'clients' and 'view any...
10 KB  
Libraries  -  Maypole::Manual::View 2.11
Maypole::Manual::View is a Perl module for Maypole View Classes. In a large application, you will almost certainly want to customize the layout and design of the output pages. This task may even be the purview of a separate team of HTML...
143.36 KB  
Libraries  -  Inline-API 0.44
Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm. SYNOPSIS #!/usr/bin/perl use Inline Foo; say_it(foo); # Use Foo to print "Hello, Foo" __Foo__ foo-sub say_it { foo-my $foo =...
91.14 KB  
Libraries  -  CGI::Application::Plugin::PageBuilder 0.93
CGI::Application::Plugin::PageBuilder is a Perl module that simplifies building pages with multiple templates. SYNOPSIS This module simplifies building complex web pages with many small piecemeal templates. Instead of sub run_mode { my...
4.1 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