Man Page: prima::startupwindow
Operating Environment: debian
Section: 3
Prima::StartupWindow(3) User Contributed Perl Documentation Prima::StartupWindow(3)NAMEPrima::StartupWindow - a simplistic startup banner windowDESCRIPTIONThe 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" ).SYNOPSISuse 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 hereAUTHORSAnton Berezin <tobez@tobez.org>, Dmitry Karasik, <dmitry@karasik.eu.org> ( documentation ).SEE ALSOPrima, Prima::Application. perl v5.14.2 2009-02-24 Prima::StartupWindow(3)
| Related Man Pages |
|---|
| prima::helpviewer(3) - debian |
| prima::scrollwidget(3) - debian |
| prima::imagedialog(3) - debian |
| prima::timer(3) - debian |
| prima::nox11(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| Introduction |
| New UNIX and Linux History Sections |