1Prima::Widget::StartupWUisnedrowC(o3n)tributed Perl DocuPmreinmtaa:t:iWoindget::StartupWindow(3)
2
3
4

NAME

6       Prima::Widget::StartupWindow - a simplistic startup banner window
7

DESCRIPTION

9       The module, when imported by "use" call, creates a temporary window
10       which appears with 'loading...' text while the modules required by a
11       program are loading. The window parameters can be modified by passing
12       custom parameters after "use Prima::Widget::StartupWindow" statement,
13       which are passed to "Prima::Window" class as creation parameters.  The
14       window is discarded by explicit unimporting of the module ( see
15       "SYNOPSIS"  ).
16

SYNOPSIS

18               use Prima;
19               use Prima::Application;
20               use Prima::Widget::StartupWindow; # the window is created here
21
22               use Prima::Buttons;
23               .... # lots of 'use' of other modules
24
25               no Prima::Widget::StartupWindow; # the window is discarded here
26

AUTHORS

28       Anton Berezin <tobez@tobez.org>, Dmitry Karasik,
29       <dmitry@karasik.eu.org> ( documentation ).
30

SEE ALSO

32       Prima, Prima::Application.
33
34
35
36perl v5.36.0                      2023-03-20   Prima::Widget::StartupWindow(3)
Impressum