Former-commit-id:2b462d8665
[formerly133dc97f67
] [formerlya02aeb236c
] [formerlya02aeb236c
[formerly9f19e3f712
]] [formerly06a8b51d6d
[formerlya02aeb236c
[formerly9f19e3f712
] [formerly06a8b51d6d
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]]] Former-commit-id:06a8b51d6d
Former-commit-id:e2ecdcfe33
[formerly377dcd10b9
] [formerly8e80217e59
[formerly3360eb6c5f
]] Former-commit-id:8e80217e59
Former-commit-id:9bb8decbcf
531 lines
18 KiB
HTML
Executable file
531 lines
18 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.ModalDialog</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> <a
|
|
href="Scientific-module.html">Home</a> </th>
|
|
|
|
<!-- Tree link -->
|
|
<th> <a
|
|
href="module-tree.html">Trees</a> </th>
|
|
|
|
<!-- Index link -->
|
|
<th> <a
|
|
href="identifier-index.html">Indices</a> </th>
|
|
|
|
<!-- Help link -->
|
|
<th> <a
|
|
href="help.html">Help</a> </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 Scientific</a> ::
|
|
<a href="Scientific.TkWidgets-module.html">Package TkWidgets</a> ::
|
|
Class ModalDialog
|
|
</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
|
|
>] | <a href="Scientific.TkWidgets.ModalDialog-class.html"
|
|
target="_top">no frames</a>]</span></td></tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- ==================== CLASS DESCRIPTION ==================== -->
|
|
<h1 class="epydoc">Class ModalDialog</h1><p class="nomargin-top"></p>
|
|
<pre class="base-tree">
|
|
Tkinter.Misc --+
|
|
|
|
|
Tkinter.BaseWidget --+
|
|
|
|
|
Tkinter.Wm --+
|
|
|
|
|
Tkinter.Toplevel --+
|
|
|
|
|
<strong class="uidshort">ModalDialog</strong>
|
|
</pre>
|
|
|
|
<hr />
|
|
<!-- ==================== 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"> </span>
|
|
</td><td class="summary">
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td><span class="summary-sig"><a href="Scientific.TkWidgets.ModalDialog-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>,
|
|
<span class="summary-sig-arg">parent</span>,
|
|
<span class="summary-sig-arg">title</span>=<span class="summary-sig-default">None</span>)</span><br />
|
|
Construct a toplevel 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"> </span>
|
|
</td><td class="summary">
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td><span class="summary-sig"><a name="apply"></a><span class="summary-sig-name">apply</span>(<span class="summary-sig-arg">self</span>)</span></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"> </span>
|
|
</td><td class="summary">
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td><span class="summary-sig"><a name="body"></a><span class="summary-sig-name">body</span>(<span class="summary-sig-arg">self</span>,
|
|
<span class="summary-sig-arg">master</span>)</span></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"> </span>
|
|
</td><td class="summary">
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td><span class="summary-sig"><a name="buttonbox"></a><span class="summary-sig-name">buttonbox</span>(<span class="summary-sig-arg">self</span>)</span></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"> </span>
|
|
</td><td class="summary">
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td><span class="summary-sig"><a name="cancel"></a><span class="summary-sig-name">cancel</span>(<span class="summary-sig-arg">self</span>,
|
|
<span class="summary-sig-arg">event</span>=<span class="summary-sig-default">None</span>)</span></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"> </span>
|
|
</td><td class="summary">
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td><span class="summary-sig"><a name="ok"></a><span class="summary-sig-name">ok</span>(<span class="summary-sig-arg">self</span>,
|
|
<span class="summary-sig-arg">event</span>=<span class="summary-sig-default">None</span>)</span></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"> </span>
|
|
</td><td class="summary">
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td><span class="summary-sig"><a name="validate"></a><span class="summary-sig-name">validate</span>(<span class="summary-sig-arg">self</span>)</span></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.Wm</code></b>:
|
|
<code>aspect</code>,
|
|
<code>attributes</code>,
|
|
<code>client</code>,
|
|
<code>colormapwindows</code>,
|
|
<code>command</code>,
|
|
<code>deiconify</code>,
|
|
<code>focusmodel</code>,
|
|
<code>frame</code>,
|
|
<code>geometry</code>,
|
|
<code>grid</code>,
|
|
<code>group</code>,
|
|
<code>iconbitmap</code>,
|
|
<code>iconify</code>,
|
|
<code>iconmask</code>,
|
|
<code>iconname</code>,
|
|
<code>iconposition</code>,
|
|
<code>iconwindow</code>,
|
|
<code>maxsize</code>,
|
|
<code>minsize</code>,
|
|
<code>overrideredirect</code>,
|
|
<code>positionfrom</code>,
|
|
<code>protocol</code>,
|
|
<code>resizable</code>,
|
|
<code>sizefrom</code>,
|
|
<code>state</code>,
|
|
<code>title</code>,
|
|
<code>transient</code>,
|
|
<code>withdraw</code>,
|
|
<code>wm_aspect</code>,
|
|
<code>wm_attributes</code>,
|
|
<code>wm_client</code>,
|
|
<code>wm_colormapwindows</code>,
|
|
<code>wm_command</code>,
|
|
<code>wm_deiconify</code>,
|
|
<code>wm_focusmodel</code>,
|
|
<code>wm_frame</code>,
|
|
<code>wm_geometry</code>,
|
|
<code>wm_grid</code>,
|
|
<code>wm_group</code>,
|
|
<code>wm_iconbitmap</code>,
|
|
<code>wm_iconify</code>,
|
|
<code>wm_iconmask</code>,
|
|
<code>wm_iconname</code>,
|
|
<code>wm_iconposition</code>,
|
|
<code>wm_iconwindow</code>,
|
|
<code>wm_maxsize</code>,
|
|
<code>wm_minsize</code>,
|
|
<code>wm_overrideredirect</code>,
|
|
<code>wm_positionfrom</code>,
|
|
<code>wm_protocol</code>,
|
|
<code>wm_resizable</code>,
|
|
<code>wm_sizefrom</code>,
|
|
<code>wm_state</code>,
|
|
<code>wm_title</code>,
|
|
<code>wm_transient</code>,
|
|
<code>wm_withdraw</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">parent</span>,
|
|
<span class="sig-arg">title</span>=<span class="sig-default">None</span>)</span>
|
|
<br /><em class="fname">(Constructor)</em>
|
|
</h3>
|
|
</td><td align="right" valign="top"
|
|
>
|
|
</td>
|
|
</tr></table>
|
|
|
|
<p>Construct a toplevel widget with the parent MASTER.</p>
|
|
<p>Valid resource names: background, bd, bg, borderwidth, class,
|
|
colormap, container, cursor, height, highlightbackground, highlightcolor,
|
|
highlightthickness, menu, relief, screen, takefocus, use, visual,
|
|
width.</p>
|
|
<dl class="fields">
|
|
<dt>Overrides:
|
|
Tkinter.BaseWidget.__init__
|
|
<dd><em class="note">(inherited documentation)</em></dd>
|
|
</dt>
|
|
</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> <a
|
|
href="Scientific-module.html">Home</a> </th>
|
|
|
|
<!-- Tree link -->
|
|
<th> <a
|
|
href="module-tree.html">Trees</a> </th>
|
|
|
|
<!-- Index link -->
|
|
<th> <a
|
|
href="identifier-index.html">Indices</a> </th>
|
|
|
|
<!-- Help link -->
|
|
<th> <a
|
|
href="help.html">Help</a> </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>
|