Query: prima::frameset
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Prima::FrameSet(3) User Contributed Perl Documentation Prima::FrameSet(3)NAMEPrima::FrameSet - standard frameset widgetSYNOPSISuse Prima::FrameSet; my $frame = Prima::FrameSet->create( frameSizes => [qw(211 20% 123 10% * 45% *)], opaqueResize => 0, frameProfiles => [ 0,0, { minFrameWidth => 123, maxFrameWidth => 123 }], ); $frame->insert_to_frame( 0, Button => text => '~Ok', );DESCRIPTIONProvides standard means of framesets manipulations. It includes sharing of common workspace among several widget groups; redistribution of space, occupied by frames; isolation of different frames from each other. This module defines "fra::" and "frr::" packages for constants, used by arrangement and resizeMethod properties, respectively. Two additional auxiliary packages are defined within this module: Prima::FrameSet::Frame and Prima::FrameSet::Slider.AUTHORVadim Belman, <voland@lflat.org>SEE ALSOPrima, Prima::Widget, examples/frames.pl. perl v5.14.2 2009-02-24 Prima::FrameSet(3)
| Related Man Pages |
|---|
| prima::keyselector(3) - debian |
| prima::imagedialog(3) - debian |
| prima::tie(3) - debian |
| prima::timer(3) - debian |
| prima::nox11(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Introduction |
| Weird 'find' results |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |