awips2/pythonPackages/scientific/Doc/Reference/Scientific.TkWidgets.StatusBar-class.html
2016-06-27 15:10:22 -05:00

468 lines
16 KiB
HTML
Executable file

<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Scientific.TkWidgets.StatusBar</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="Scientific-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Tree link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Index link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Help link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://dirac.cnrs-orleans.fr/ScientificPython/">Scientific Python</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="Scientific-module.html">Package&nbsp;Scientific</a> ::
<a href="Scientific.TkWidgets-module.html">Package&nbsp;TkWidgets</a> ::
Class&nbsp;StatusBar
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>]&nbsp;|&nbsp;<a href="Scientific.TkWidgets.StatusBar-class.html"
target="_top">no&nbsp;frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class StatusBar</h1><p class="nomargin-top"></p>
<pre class="base-tree">
Tkinter.Misc --+
|
Tkinter.BaseWidget --+
|
Tkinter.Pack --+
|
Tkinter.Place --+
|
Tkinter.Grid --+
|
Tkinter.Widget --+
|
Tkinter.Frame --+
|
<strong class="uidshort">StatusBar</strong>
</pre>
<hr />
<p>Status bar</p>
<p>A status bar can be used to inform the user about the status of an
ongoing calculation. A message can be displayed with set() and removed
with clear(). In both cases, the StatusBar object makes sure that the
change takes place immediately. While a message is being displayed, the
cursor form is changed to a watch.</p>
<!-- ==================== NESTED CLASSES ==================== -->
<a name="section-NestedClasses"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td align="left" colspan="2" class="table-header">
<span class="table-header">Nested Classes</span></td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>Tkinter.Misc</code></b>:
<code><a href="float-class.html">getdouble</a></code>,
<code><a href="int-class.html">getint</a></code>
</p>
</td>
</tr>
</table>
<!-- ==================== INSTANCE METHODS ==================== -->
<a name="section-InstanceMethods"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td align="left" colspan="2" class="table-header">
<span class="table-header">Instance Methods</span></td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type">&nbsp;</span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="Scientific.TkWidgets.StatusBar-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">master</span>)</span><br />
Construct a frame widget with the parent MASTER.</td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type">&nbsp;</span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="clear"></a><span class="summary-sig-name">clear</span>(<span class="summary-sig-arg">self</span>)</span><br />
Clear any message displayed in the status bar</td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type">&nbsp;</span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="Scientific.TkWidgets.StatusBar-class.html#set" class="summary-sig-name">set</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">text</span>)</span><br />
Set a message to be displayed in the status bar</td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>Tkinter.BaseWidget</code></b>:
<code>destroy</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>Tkinter.Misc</code></b>:
<code>__getitem__</code>,
<code>__setitem__</code>,
<code>__str__</code>,
<code>after</code>,
<code>after_cancel</code>,
<code>after_idle</code>,
<code>bbox</code>,
<code>bell</code>,
<code>bind</code>,
<code>bind_all</code>,
<code>bind_class</code>,
<code>bindtags</code>,
<code>cget</code>,
<code>clipboard_append</code>,
<code>clipboard_clear</code>,
<code>clipboard_get</code>,
<code>colormodel</code>,
<code>columnconfigure</code>,
<code>config</code>,
<code>configure</code>,
<code>deletecommand</code>,
<code>event_add</code>,
<code>event_delete</code>,
<code>event_generate</code>,
<code>event_info</code>,
<code>focus</code>,
<code>focus_displayof</code>,
<code>focus_force</code>,
<code>focus_get</code>,
<code>focus_lastfor</code>,
<code>focus_set</code>,
<code>getboolean</code>,
<code>getvar</code>,
<code>grab_current</code>,
<code>grab_release</code>,
<code>grab_set</code>,
<code>grab_set_global</code>,
<code>grab_status</code>,
<code>grid_bbox</code>,
<code>grid_columnconfigure</code>,
<code>grid_location</code>,
<code>grid_propagate</code>,
<code>grid_rowconfigure</code>,
<code>grid_size</code>,
<code>grid_slaves</code>,
<code>image_names</code>,
<code>image_types</code>,
<code>keys</code>,
<code>lift</code>,
<code>lower</code>,
<code>mainloop</code>,
<code>nametowidget</code>,
<code>option_add</code>,
<code>option_clear</code>,
<code>option_get</code>,
<code>option_readfile</code>,
<code>pack_propagate</code>,
<code>pack_slaves</code>,
<code>place_slaves</code>,
<code>propagate</code>,
<code>quit</code>,
<code>register</code>,
<code>rowconfigure</code>,
<code>selection_clear</code>,
<code>selection_get</code>,
<code>selection_handle</code>,
<code>selection_own</code>,
<code>selection_own_get</code>,
<code>send</code>,
<code>setvar</code>,
<code>size</code>,
<code>slaves</code>,
<code>tk_bisque</code>,
<code>tk_focusFollowsMouse</code>,
<code>tk_focusNext</code>,
<code>tk_focusPrev</code>,
<code>tk_menuBar</code>,
<code>tk_setPalette</code>,
<code>tk_strictMotif</code>,
<code>tkraise</code>,
<code>unbind</code>,
<code>unbind_all</code>,
<code>unbind_class</code>,
<code>update</code>,
<code>update_idletasks</code>,
<code>wait_variable</code>,
<code>wait_visibility</code>,
<code>wait_window</code>,
<code>waitvar</code>,
<code>winfo_atom</code>,
<code>winfo_atomname</code>,
<code>winfo_cells</code>,
<code>winfo_children</code>,
<code>winfo_class</code>,
<code>winfo_colormapfull</code>,
<code>winfo_containing</code>,
<code>winfo_depth</code>,
<code>winfo_exists</code>,
<code>winfo_fpixels</code>,
<code>winfo_geometry</code>,
<code>winfo_height</code>,
<code>winfo_id</code>,
<code>winfo_interps</code>,
<code>winfo_ismapped</code>,
<code>winfo_manager</code>,
<code>winfo_name</code>,
<code>winfo_parent</code>,
<code>winfo_pathname</code>,
<code>winfo_pixels</code>,
<code>winfo_pointerx</code>,
<code>winfo_pointerxy</code>,
<code>winfo_pointery</code>,
<code>winfo_reqheight</code>,
<code>winfo_reqwidth</code>,
<code>winfo_rgb</code>,
<code>winfo_rootx</code>,
<code>winfo_rooty</code>,
<code>winfo_screen</code>,
<code>winfo_screencells</code>,
<code>winfo_screendepth</code>,
<code>winfo_screenheight</code>,
<code>winfo_screenmmheight</code>,
<code>winfo_screenmmwidth</code>,
<code>winfo_screenvisual</code>,
<code>winfo_screenwidth</code>,
<code>winfo_server</code>,
<code>winfo_toplevel</code>,
<code>winfo_viewable</code>,
<code>winfo_visual</code>,
<code>winfo_visualid</code>,
<code>winfo_visualsavailable</code>,
<code>winfo_vrootheight</code>,
<code>winfo_vrootwidth</code>,
<code>winfo_vrootx</code>,
<code>winfo_vrooty</code>,
<code>winfo_width</code>,
<code>winfo_x</code>,
<code>winfo_y</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>Tkinter.Pack</code></b>:
<code>forget</code>,
<code>info</code>,
<code>pack</code>,
<code>pack_configure</code>,
<code>pack_forget</code>,
<code>pack_info</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>Tkinter.Place</code></b>:
<code>place</code>,
<code>place_configure</code>,
<code>place_forget</code>,
<code>place_info</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>Tkinter.Grid</code></b>:
<code>grid</code>,
<code>grid_configure</code>,
<code>grid_forget</code>,
<code>grid_info</code>,
<code>grid_remove</code>,
<code>location</code>
</p>
</td>
</tr>
</table>
<!-- ==================== CLASS VARIABLES ==================== -->
<a name="section-ClassVariables"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td align="left" colspan="2" class="table-header">
<span class="table-header">Class Variables</span></td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>Tkinter.Misc</code></b>:
<code>_noarg_</code>
</p>
</td>
</tr>
</table>
<!-- ==================== METHOD DETAILS ==================== -->
<a name="section-MethodDetails"></a>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td align="left" colspan="2" class="table-header">
<span class="table-header">Method Details</span></td>
</tr>
</table>
<a name="__init__"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">master</span>)</span>
<br /><em class="fname">(Constructor)</em>
</h3>
</td><td align="right" valign="top"
>&nbsp;
</td>
</tr></table>
<p>Construct a frame widget with the parent MASTER.</p>
<p>Valid resource names: background, bd, bg, borderwidth, class,
colormap, container, cursor, height, highlightbackground, highlightcolor,
highlightthickness, relief, takefocus, visual, width.</p>
<dl class="fields">
<dt>Parameters:</dt>
<dd><ul class="nomargin-top">
<li><strong class="pname"><code>master</code></strong> - the parent widget</li>
</ul></dd>
<dt>Overrides:
Tkinter.BaseWidget.__init__
</dt>
</dl>
</td></tr></table>
</div>
<a name="set"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">set</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">text</span>)</span>
</h3>
</td><td align="right" valign="top"
>&nbsp;
</td>
</tr></table>
<p>Set a message to be displayed in the status bar</p>
<dl class="fields">
<dt>Parameters:</dt>
<dd><ul class="nomargin-top">
<li><strong class="pname"><code>text</code></strong> - the text of the message</li>
</ul></dd>
</dl>
</td></tr></table>
</div>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="Scientific-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Tree link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Index link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Help link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://dirac.cnrs-orleans.fr/ScientificPython/">Scientific Python</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0 on Tue Oct 28 14:16:08 2008
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>