GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Prima::FrameSet(3) User Contributed Perl Documentation Prima::FrameSet(3)

Prima::FrameSet - standard frameset widget

        use 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',
        );

Provides 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.

Vadim Belman, <voland@lflat.org>

Prima, Prima::Widget, examples/frames.pl.
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.