GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Prima::StartupWindow(3) User Contributed Perl Documentation Prima::StartupWindow(3)

Prima::StartupWindow - a simplistic startup banner window

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

        use Prima;
        use Prima::Application;
        use Prima::StartupWindow; # the window is created here

        use Prima::Buttons;
        .... # lots of 'use' of other modules

        no Prima::StartupWindow; # the window is discarded here

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

Prima, Prima::Application.
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.