table of contents
other versions
- Tumbleweed 1.77000-1.1
- Leap-16.0
- Leap-15.6
| Prima::Widget::StartupWindow(3) | User Contributed Perl Documentation | Prima::Widget::StartupWindow(3) |
NAME¶
Prima::Widget::StartupWindow - a simplistic startup banner window
DESCRIPTION¶
The module, when imported by the "use" call, creates a temporary window which appears with the 'loading...' text while the modules required by a program are loading. The window parameters can be modified by passing custom parameters after the "use Prima::Widget::StartupWindow" statement, that are passed to the "Prima::Window" class as creation parameters. The window is discarded by explicit unimporting of the module ( see "SYNOPSIS" ).
SYNOPSIS¶
use Prima;
use Prima::Application;
use Prima::Widget::StartupWindow; # the window is created here
use Prima::Buttons;
.... # lots of 'use' of other modules
no Prima::Widget::StartupWindow; # the window is discarded here
AUTHORS¶
Anton Berezin <tobez@tobez.org>, Dmitry Karasik, <dmitry@karasik.eu.org> ( documentation ).
SEE ALSO¶
Prima, Prima::Application.
| 2025-10-14 | perl v5.42.0 |