1Prima::Widget::Panel(3)User Contributed Perl DocumentatioPnrima::Widget::Panel(3)
2
3
4
6 Prima::Widget::Panel - simple panel widget
7
8 Provides a simple panel widget, capable of displaying a single line of
9 centered text on a custom background. Probably this functionality is
10 better to be merged into "Prima::Label"'s.
11
13 borderWidth INTEGER
14 Width of 3d-shade border around the widget.
15
16 Default value: 1
17
18 image OBJECT
19 Selects image to be drawn as a tiled background. If "undef", the
20 background is drawn with the background color.
21
22 imageFile PATH
23 Set the image FILE to be loaded and displayed. Is rarely used since
24 does not return a loading success flag.
25
26 raise BOOLEAN
27 Style of 3d-shade border around the widget. If 1, the widget is
28 'risen'; if 0 it is 'sunken'.
29
30 Default value: 1
31
32 zoom INTEGER
33 Selects zoom level for image display. The acceptable value range
34 is between 1 and 10.
35
36 Default value: 1
37
39 Dmitry Karasik, <dmitry@karasik.eu.org>.
40
42 Prima
43
44
45
46perl v5.38.0 2023-07-21 Prima::Widget::Panel(3)