File: toolbarList.html

package info (click to toggle)
tkgate 2.1%2Brepack-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 28,384 kB
  • sloc: ansic: 62,300; tcl: 20,345; xml: 2,731; yacc: 1,177; lex: 839; sh: 664; makefile: 180; perl: 39
file content (104 lines) | stat: -rw-r--r-- 2,653 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
   <TITLE>List of Toolbar Buttons</TITLE>
   <META http-equiv="Content-Style-Type" content="text/css">
   <link rel="stylesheet" href="../tkgate.css" type="text/css">
</HEAD>
<BODY>

<H2>C. Edit-Mode Toolbar Summary </H2>

<h3>C.1 Common Toolbars </h3>

<h4>C.1.1 File Menu</h4>

<table class=tbar>
<tr><th class=tbar-b>Button</th><th class=tbar-d>Description</th></tr>
<tr><td colspan=2><hr></td></tr>

<tr>
<td class=tlb><img class=tool src=../fig/file_new.gif></td>
<td class=tld>Discard the existing circuit and prompt for a new file name.</td>
</tr>


<tr>
<td class=tlb><img class=tool src=../fig/file_open.gif></td>
<td class=tld>Discard the existing circuit and prompt for a file from which to load a new circuit.</td>
</tr>

<tr>
<td class=tlb><img class=tool src=../fig/file_lib.gif></td>
<td class=tld>Open the library manager to load or unload libaries.</td>
</tr>


<tr>
<td class=tlb><img class=tool src=../fig/file_save.gif></td>
<td class=tld>Save the circuit to the current file.</td>
</tr>

<tr>
<td class=tlb><img class=tool src=../fig/file_saveas.gif></td>
<td class=tld>Save the circuit to a specified file.</td>
</tr>

<tr>
<td class=tlb><img class=tool src=../fig/file_print.gif></td>
<td class=tld>Print the current circuit.</td>
</tr>
</table>

<h4>C.1.2 Undo/Redo Menu</h4>

<table class=tbar>
<tr><th class=tbar-b>Button</th><th class=tbar-d>Description</th></tr>
<tr><td colspan=2><hr></td></tr>

<tr>
<td class=tlb><img class=tool src=../fig/back.gif></td>
<td class=tld>Undo the previous action and place it on the undone list.</td>
</tr>

<tr>
<td class=tlb><img class=tool src=../fig/forward.gif></td>
<td class=tld>Redo the top action on the undone list.</td>
</tr>
</table>

<h4>C.1.3 Edit Menu</h4>


<table class=tbar>
<tr><th class=tbar-b>Button</th><th class=tbar-d>Description</th></tr>
<tr><td colspan=2><hr></td></tr>

<tr>
<td class=tlb><img class=tool src=../fig/edit_cut.gif></td>
<td class=tld>Cut the selected gates/wires and copy them to the cut buffer.</td>
</tr>

<tr>
<td class=tlb><img class=tool src=../fig/edit_copy.gif></td>
<td class=tld>Copy the selected gates/wire to the cut buffer.</td>
</tr>

<tr>
<td class=tlb><img class=tool src=../fig/edit_paste.gif></td>
<td class=tld>Paste the contents of the cut buffer to the circuit.</td>
</tr>

<tr>
<td class=tlb><img class=tool src=../fig/edit_find.gif></td>
<td class=tld>Search for a string in gates, wires and comments.</td>
</tr>
</table>

<h3>C.2 Edit-Mode Toolbars </h3>
<h3>C.3 Symbol Editor Toolbars </h3>
<h3>C.4 Simulator Mode Toolbars </h3>


</body>
</html>