Lightningbeam/PyGUI-2.5.3/Doc/application_func.html

24 lines
911 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html><head><title></title>
<meta name="GENERATOR" content="Mozilla/3.01Gold (X11; I; SunOS 5.6 sun4u) [Netscape]"></head>
<body>
<h1>Global Functions</h1>
<dl>
<dt><tt><a name="application"></a>application()</tt></dt>
<dd>Returns the Application instance. The first time an instance of Application
or a subclass of Application is created, a global reference to it is stored;
the <tt>application</tt> function returns this reference.</dd>
<dd>If this function is called before any Application object has been created,
it creates an instance of class Application automatically.<br>
<br>
</dd><dt style="font-family: monospace;"><a name="run"></a>run()</dt>
<dd>Runs the application. This is equivalent to <span style="font-family: monospace;">application().run()</span>. Retains control until the application is quit.</dd>
</dl>
</body></html>