1Prima::FrameSet(3) User Contributed Perl Documentation Prima::FrameSet(3)
2
3
4
6 Prima::FrameSet - standard frameset widget
7
9 use Prima::FrameSet;
10
11 my $frame = Prima::FrameSet->create(
12 frameSizes => [qw(211 20% 123 10% * 45% *)],
13 opaqueResize => 0,
14 frameProfiles => [ 0,0, { minFrameWidth => 123, maxFrameWidth => 123 }],
15 );
16 $frame->insert_to_frame(
17 0,
18 Button =>
19 text => '~Ok',
20 );
21
23 Provides standard means of framesets manipulations. It includes sharing
24 of common workspace among several widget groups; redistribution of
25 space, occupied by frames; isolation of different frames from each
26 other.
27
28 This module defines "fra::" and "frr::" packages for constants, used by
29 arrangement and resizeMethod properties, respectively.
30
31 Two additional auxiliary packages are defined within this module:
32 Prima::FrameSet::Frame and Prima::FrameSet::Slider.
33
35 Vadim Belman, <voland@lflat.org>
36
38 Prima, Prima::Widget, examples/frames.pl.
39
40
41
42perl v5.28.0 2017-02-28 Prima::FrameSet(3)