Main > Programming > Libraries >

Tk::SplitFrame 0.03

Tk::SplitFrame 0.03

Sponsored Links

Tk::SplitFrame 0.03 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.050 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 862
Date added: 2007-06-14
Publisher: Damion K. Wilson

Tk::SplitFrame 0.03 description

Tk::SplitFrame is a geometry manager for scaling two subwidgets.

SYNOPSIS

use Tk;

use Tk::SplitFrame;

my $MainWindow = MainWindow->new();

my $SplitFrame = $MainWindow->SplitFrame
(
-orientation => vertical,
-trimcolor => #c7c7c7,
-background => white,
-sliderposition => 60,
-borderwidth => 2,
-sliderwidth => 7,
-relief => sunken,
-height => 100,
-width => 100,
-padbefore => 0,
-padafter => 0
);

# Values shown above are defaults.

my $LeftLabel = $SplitFrame->Label (-text => Left);

my $RightLabel = $SplitFrame->Label (-text => Right);

$SplitFrame->pack (-expand => true, -fill => both);

$SplitFrame->configure (-sliderposition => 22);

Tk::MainLoop;

A SplitFrame is a geometry manager for the two subwidgets instantiated against it. It has a sliding divider between them which, when moved, resizes them so that they each remain in contact with it.

The divider can be arranged vertically or horizontally at create time. The children our arranged in the order that they are instantiated, from left to right or from top to bottom. After instantiation, the order is fixed. The children should NOT be packed or placed, the split frame is responsible for this.

The split frame will adjust itself initially to the preferred size of the children.
It is a basic frame itself and can be packed or placed wherever needed in other frames or toplevel windows.

Tk::SplitFrame 0.03 Screenshot

Advertisements

Tk::SplitFrame 0.03 Keywords

Bookmark Tk::SplitFrame 0.03

Hyperlink code:
Link for forum:

Tk::SplitFrame 0.03 Copyright

WareSeeker periodically updates pricing and software information of Tk::SplitFrame 0.03 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Tk::SplitFrame 0.03 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Siren is a music player for GNOME with an extremely minimalist interface. Free Download
Tk::SlideShow is a Tk Perl module for building slide-like presentations. Free Download
PerlIO::locale is a PerlIO layer to use the encoding of the current locale. Free Download
Tk::form is a Perl module with a geometry manager based on attachment rules. Free Download
Tk::Columns is a multicolumn list widget with sortable & sizeable columns. Free Download
Tk::PerlInheritanceTree is a Perl module that displays a graphical representation of the inheritance tree for a given class-name Free Download
Ptk Phone is a small program written in Perl/Tk to be used as an address book. Free Download
Tk::Menustrip is another menubar with help menu support, etc. Free Download