~ubuntu-branches/ubuntu/vivid/gcl/vivid

« back to all changes in this revision

Viewing changes to info/gcl-tk/destroy.html

  • Committer: Package Import Robot
  • Author(s): Camm Maguire
  • Date: 2014-05-16 17:41:33 UTC
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: package-import@ubuntu.com-20140516174133-czs0uktsjj2vkhxk
2.6.11preĀ testĀ 11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
2
<html>
 
3
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
 
4
<head>
 
5
<title>GCL TK Manual: destroy</title>
 
6
 
 
7
<meta name="description" content="GCL TK Manual: destroy">
 
8
<meta name="keywords" content="GCL TK Manual: destroy">
 
9
<meta name="resource-type" content="document">
 
10
<meta name="distribution" content="global">
 
11
<meta name="Generator" content="makeinfo">
 
12
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
13
<link href="index.html#Top" rel="start" title="Top">
 
14
<link href="wm.html#SEC_Contents" rel="contents" title="Table of Contents">
 
15
<link href="Control.html#Control" rel="up" title="Control">
 
16
<link href="tk_002ddialog.html#tk_002ddialog" rel="next" title="tk-dialog">
 
17
<link href="bind.html#bind" rel="prev" title="bind">
 
18
<style type="text/css">
 
19
<!--
 
20
a.summary-letter {text-decoration: none}
 
21
blockquote.smallquotation {font-size: smaller}
 
22
div.display {margin-left: 3.2em}
 
23
div.example {margin-left: 3.2em}
 
24
div.indentedblock {margin-left: 3.2em}
 
25
div.lisp {margin-left: 3.2em}
 
26
div.smalldisplay {margin-left: 3.2em}
 
27
div.smallexample {margin-left: 3.2em}
 
28
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
 
29
div.smalllisp {margin-left: 3.2em}
 
30
kbd {font-style:oblique}
 
31
pre.display {font-family: inherit}
 
32
pre.format {font-family: inherit}
 
33
pre.menu-comment {font-family: serif}
 
34
pre.menu-preformatted {font-family: serif}
 
35
pre.smalldisplay {font-family: inherit; font-size: smaller}
 
36
pre.smallexample {font-size: smaller}
 
37
pre.smallformat {font-family: inherit; font-size: smaller}
 
38
pre.smalllisp {font-size: smaller}
 
39
span.nocodebreak {white-space:nowrap}
 
40
span.nolinebreak {white-space:nowrap}
 
41
span.roman {font-family:serif; font-weight:normal}
 
42
span.sansserif {font-family:sans-serif; font-weight:normal}
 
43
ul.no-bullet {list-style: none}
 
44
-->
 
45
</style>
 
46
 
 
47
 
 
48
</head>
 
49
 
 
50
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
51
<a name="destroy"></a>
 
52
<div class="header">
 
53
<p>
 
54
Next: <a href="tk_002ddialog.html#tk_002ddialog" accesskey="n" rel="next">tk-dialog</a>, Previous: <a href="bind.html#bind" accesskey="p" rel="prev">bind</a>, Up: <a href="Control.html#Control" accesskey="u" rel="up">Control</a> &nbsp; [<a href="wm.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
 
55
</div>
 
56
<hr>
 
57
<a name="destroy-1"></a>
 
58
<h3 class="section">3.3 destroy</h3>
 
59
 
 
60
<p>destroy \- Destroy one or more windows
 
61
</p><a name="Synopsis-17"></a>
 
62
<h4 class="unnumberedsubsec">Synopsis</h4>
 
63
<p><b>destroy </b><span class="roman">?</span><i>window window ...</i>?
 
64
</p>
 
65
<a name="Description-14"></a>
 
66
<h4 class="unnumberedsubsec">Description</h4>
 
67
 
 
68
<p>This command deletes the windows given by the
 
69
<i>window</i> arguments, plus all of their descendants.
 
70
If a <i>window</i> &ldquo;.&rdquo; is deleted then the entire application
 
71
will be destroyed.
 
72
The <i>window</i>s are destroyed in order, and if an error occurs
 
73
in destroying a window the command aborts without destroying the
 
74
remaining windows.
 
75
</p>
 
76
<a name="Keywords-17"></a>
 
77
<h4 class="unnumberedsubsec">Keywords</h4>
 
78
<p>application, destroy, window
 
79
</p>
 
80
 
 
81
 
 
82
</body>
 
83
</html>