table of contents
Prima::Widget::Panel(3) | User Contributed Perl Documentation | Prima::Widget::Panel(3) |
NAME¶
Prima::Widget::Panel - simple panel widget
Provides a simple panel widget capable of displaying a single line of centered text on a custom background. Probably this functionality is better to be merged with "Prima::Label".
Properties¶
- borderWidth INTEGER
- Width of 3d-shade border around the widget.
Default value: 1
- image OBJECT
- Selects the image to be drawn as a tiled background. If "undef" the background is drawn with the background color.
- imageFile PATH
- Sets the image FILE to be loaded and displayed. Is rarely used since does not return the success flag.
- raise BOOLEAN
- The style of the 3d-shade border around the widget. If 1, the widget is
'risen'; if 0 it is 'sunken'.
Default value: 1
- zoom INTEGER
- Selects the zoom level for the image display. The acceptable value range
is between 1 and 10.
Default value: 1
AUTHOR¶
Dmitry Karasik, <dmitry@karasik.eu.org>.
SEE ALSO¶
Prima
2024-08-20 | perl v5.40.0 |