File: Tk.cmd

package info (click to toggle)
perl-tk 1%3A800.025-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 18,444 kB
  • ctags: 19,081
  • sloc: ansic: 206,740; perl: 40,187; makefile: 4,371; sh: 2,373; yacc: 762
file content (226 lines) | stat: -rw-r--r-- 10,423 bytes parent folder | download | duplicates (2)
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# This is a command file for pod2ps
# 
cover true                 
booktitle 'Perl/Tk Reference'
release 'Version Tk800.019'
author 'Nick Ing-Simmons'
linkbox off color
pagesize a4
output tkman.ps 
path .
beginBookmark 'Contents'
file ../Tk.pod '' 'Contents' ''
endBookmark
beginBookmark 'Introduction'
file ../pod/UserGuide.pod '' 'Introduction' ''
file ../pod/overview.pod '' 'Introduction' ''
endBookmark
beginBookmark 'Tk Geometry Management'
file ../pod/Adjuster.pod '' 'Tk Geometry Management' ''
file ../pod/Table.pod '' 'Tk Geometry Management' ''
file ../pod/Tiler.pod '' 'Tk Geometry Management' ''
file ../pod/Wm.pod '' 'Tk Geometry Management' ''
file ../pod/form.pod '' 'Tk Geometry Management' ''
file ../pod/grid.pod '' 'Tk Geometry Management' ''
file ../pod/pack.pod '' 'Tk Geometry Management' ''
file ../pod/place.pod '' 'Tk Geometry Management' ''
endBookmark
beginBookmark 'Binding Events and Callbacks'
file ../pod/Error.pod '' 'Binding Events and Callbacks' ''
file ../pod/IO.pod '' 'Binding Events and Callbacks' ''
file ../pod/bind.pod '' 'Binding Events and Callbacks' ''
file ../pod/bindtags.pod '' 'Binding Events and Callbacks' ''
file ../pod/callbacks.pod '' 'Binding Events and Callbacks' ''
file ../pod/event.pod '' 'Binding Events and Callbacks' ''
file ../pod/exit.pod '' 'Binding Events and Callbacks' ''
file ../pod/fileevent.pod '' 'Binding Events and Callbacks' ''
file ../pod/after.pod '' 'Binding Events and Callbacks' ''
endBookmark
beginBookmark 'Tk Image Classes'
file ../pod/Animation.pod '' 'Tk Image Classes' ''
file ../pod/Bitmap.pod '' 'Tk Image Classes' ''
file ../pod/Compound.pod '' 'Tk Image Classes' ''
file ../pod/Image.pod '' 'Tk Image Classes' ''
file ../pod/Photo.pod '' 'Tk Image Classes' ''
file ../pod/Pixmap.pod '' 'Tk Image Classes' ''
endBookmark
beginBookmark 'Tix Extensions'
file ../pod/Balloon.pod '' 'Tix Extensions' ''
file ../pod/BrowseEntry.pod '' 'Tix Extensions' ''
file ../pod/DItem.pod '' 'Tix Extensions' ''
file ../pod/DialogBox.pod '' 'Tix Extensions' ''
file ../pod/DirTree.pod '' 'Tix Extensions' ''
file ../pod/InputO.pod '' 'Tix Extensions' ''
file ../pod/LabFrame.pod '' 'Tix Extensions' ''
file ../pod/Mwm.pod '' 'Tix Extensions' ''
file ../pod/NoteBook.pod '' 'Tix Extensions' ''
file ../pod/TList.pod '' 'Tix Extensions' ''
file ../pod/TixGrid.pod '' 'Tix Extensions' ''
file ../pod/Tree.pod '' 'Tix Extensions' ''
file ../pod/tixWm.pod '' 'Tix Extensions' ''
endBookmark
beginBookmark 'Tk Widget Classes'
file ../pod/Button.pod '' 'Tk Widget Classes' ''
file ../pod/Checkbutton.pod '' 'Tk Widget Classes' ''
file ../pod/Frame.pod '' 'Tk Widget Classes' ''
file ../pod/HList.pod '' 'Tk Widget Classes' ''
file ../pod/Label.pod '' 'Tk Widget Classes' ''
file ../pod/Listbox.pod '' 'Tk Widget Classes' ''
file ../pod/Menu.pod '' 'Tk Widget Classes' ''
file ../pod/Menubutton.pod '' 'Tk Widget Classes' ''
file ../pod/Message.pod '' 'Tk Widget Classes' ''
file ../pod/Optionmenu.pod '' 'Tk Widget Classes' ''
file ../pod/Radiobutton.pod '' 'Tk Widget Classes' ''
file ../pod/Scale.pod '' 'Tk Widget Classes' ''
file ../pod/Scrollbar.pod '' 'Tk Widget Classes' ''
file ../pod/Toplevel.pod '' 'Tk Widget Classes' ''
file ../pod/Canvas.pod '' 'Tk Widget Classes' ''
file ../pod/Entry.pod '' 'Tk Widget Classes' ''
file ../pod/Text.pod '' 'Tk Widget Classes' ''
endBookmark
beginBookmark 'Tk Generic Methods'
file ../pod/Font.pod '' 'Tk Generic Methods' ''
file ../pod/Widget.pod '' 'Tk Generic Methods' ''
file ../pod/X11Font.pod '' 'Tk Generic Methods' ''
file ../pod/send.pod '' 'Tk Generic Methods' ''
file ../pod/tkvars.pod '' 'Tk Generic Methods' ''
endBookmark
beginBookmark 'User Interaction'
file ../pod/Clipboard.pod '' 'User Interaction' ''
file ../pod/focus.pod '' 'User Interaction' ''
file ../pod/grab.pod '' 'User Interaction' ''
file ../pod/selection.pod '' 'User Interaction' ''
file ../DragDrop/DropSite.pod '' 'User Interaction' ''
endBookmark
beginBookmark 'Creating and Configuring Widgets'
file ../pod/CmdLine.pod '' 'Creating and Configuring Widgets' ''
file ../pod/MainWindow.pod '' 'Creating and Configuring Widgets' ''
file ../pod/Xrm.pod '' 'Creating and Configuring Widgets' ''
file ../pod/option.pod '' 'Creating and Configuring Widgets' ''
file ../pod/options.pod '' 'Creating and Configuring Widgets' ''
file ../pod/palette.pod '' 'Creating and Configuring Widgets' ''
endBookmark
beginBookmark 'Popups and Dialogs'
file ../pod/ColorEditor.pod '' 'Popups and Dialogs' ''
file ../pod/Dialog.pod '' 'Popups and Dialogs' ''
file ../pod/DupName/Dialog.pod '' 'Popups and Dialogs' ''
file ../pod/FileSelect.pod '' 'Popups and Dialogs' ''
file ../pod/chooseColor.pod '' 'Popups and Dialogs' ''
file ../pod/getOpenFile.pod '' 'Popups and Dialogs' ''
file ../pod/messageBox.pod '' 'Popups and Dialogs' ''
endBookmark
beginBookmark 'Derived Widgets'
file ../pod/Derived.pod '' 'Derived Widgets' ''
file ../pod/ROText.pod '' 'Derived Widgets' ''
file ../pod/Scrolled.pod '' 'Derived Widgets' ''
file ../pod/TextUndo.pod '' 'Derived Widgets' ''
file ../pod/composite.pod '' 'Derived Widgets' ''
file ../pod/configspec.pod '' 'Derived Widgets' ''
file ../pod/mega.pod '' 'Derived Widgets' ''
file ../Tk/Pane.pm '' 'Derived Widgets' ''
file ../Tk/ProgressBar.pm '' 'Derived Widgets' ''
file ../TextList/Reindex.pm '' 'Derived Widgets' ''
endBookmark
beginBookmark 'C Programming'
file ../pod/Internals.pod '' 'C Programming' ''
file ../pod/pTk.pod '' 'C Programming' ''
file ../pod/pTk/3DBorder.pod '' 'C Programming' ''
file ../pod/pTk/BackgdErr.pod '' 'C Programming' ''
file ../pod/pTk/BindTable.pod '' 'C Programming' ''
file ../pod/pTk/CanvPsY.pod '' 'C Programming' ''
file ../pod/pTk/CanvTkwin.pod '' 'C Programming' ''
file ../pod/pTk/CanvTxtInfo.pod '' 'C Programming' ''
file ../pod/pTk/Clipboard.pod '' 'C Programming' ''
file ../pod/pTk/ClrSelect.pod '' 'C Programming' ''
file ../pod/pTk/ConfigWidg.pod '' 'C Programming' ''
file ../pod/pTk/ConfigWind.pod '' 'C Programming' ''
file ../pod/pTk/CoordToWin.pod '' 'C Programming' ''
file ../pod/pTk/CrtErrHdlr.pod '' 'C Programming' ''
file ../pod/pTk/CrtGenHdlr.pod '' 'C Programming' ''
file ../pod/pTk/CrtImgType.pod '' 'C Programming' ''
file ../pod/pTk/CrtItemType.pod '' 'C Programming' ''
file ../pod/pTk/CrtMainWin.pod '' 'C Programming' ''
file ../pod/pTk/CrtPhImgFmt.pod '' 'C Programming' ''
file ../pod/pTk/CrtSelHdlr.pod '' 'C Programming' ''
file ../pod/pTk/CrtWindow.pod '' 'C Programming' ''
file ../pod/pTk/DeleteImg.pod '' 'C Programming' ''
file ../pod/pTk/DoOneEvent.pod '' 'C Programming' ''
file ../pod/pTk/DoWhenIdle.pod '' 'C Programming' ''
file ../pod/pTk/DrawFocHlt.pod '' 'C Programming' ''
file ../pod/pTk/EventHndlr.pod '' 'C Programming' ''
file ../pod/pTk/EventInit.pod '' 'C Programming' ''
file ../pod/pTk/FileHndlr.pod '' 'C Programming' ''
file ../pod/pTk/FindPhoto.pod '' 'C Programming' ''
file ../pod/pTk/FontId.pod '' 'C Programming' ''
file ../pod/pTk/FreeXId.pod '' 'C Programming' ''
file ../pod/pTk/GeomReq.pod '' 'C Programming' ''
file ../pod/pTk/GetAnchor.pod '' 'C Programming' ''
file ../pod/pTk/GetBitmap.pod '' 'C Programming' ''
file ../pod/pTk/GetCapStyl.pod '' 'C Programming' ''
file ../pod/pTk/GetClrmap.pod '' 'C Programming' ''
file ../pod/pTk/GetColor.pod '' 'C Programming' ''
file ../pod/pTk/GetCursor.pod '' 'C Programming' ''
file ../pod/pTk/GetFont.pod '' 'C Programming' ''
file ../pod/pTk/GetFontStr.pod '' 'C Programming' ''
file ../pod/pTk/GetGC.pod '' 'C Programming' ''
file ../pod/pTk/GetImage.pod '' 'C Programming' ''
file ../pod/pTk/GetJoinStl.pod '' 'C Programming' ''
file ../pod/pTk/GetJustify.pod '' 'C Programming' ''
file ../pod/pTk/GetOption.pod '' 'C Programming' ''
file ../pod/pTk/GetPixels.pod '' 'C Programming' ''
file ../pod/pTk/GetPixmap.pod '' 'C Programming' ''
file ../pod/pTk/GetRelief.pod '' 'C Programming' ''
file ../pod/pTk/GetRootCrd.pod '' 'C Programming' ''
file ../pod/pTk/GetScroll.pod '' 'C Programming' ''
file ../pod/pTk/GetSelect.pod '' 'C Programming' ''
file ../pod/pTk/GetUid.pod '' 'C Programming' ''
file ../pod/pTk/GetVRoot.pod '' 'C Programming' ''
file ../pod/pTk/GetVisual.pod '' 'C Programming' ''
file ../pod/pTk/HandleEvent.pod '' 'C Programming' ''
file ../pod/pTk/IdToWindow.pod '' 'C Programming' ''
file ../pod/pTk/ImgChanged.pod '' 'C Programming' ''
file ../pod/pTk/InternAtom.pod '' 'C Programming' ''
file ../pod/pTk/MainLoop.pod '' 'C Programming' ''
file ../pod/pTk/MainWin.pod '' 'C Programming' ''
file ../pod/pTk/MaintGeom.pod '' 'C Programming' ''
file ../pod/pTk/ManageGeom.pod '' 'C Programming' ''
file ../pod/pTk/MapWindow.pod '' 'C Programming' ''
file ../pod/pTk/MeasureChar.pod '' 'C Programming' ''
file ../pod/pTk/MoveToplev.pod '' 'C Programming' ''
file ../pod/pTk/Name.pod '' 'C Programming' ''
file ../pod/pTk/NameOfImg.pod '' 'C Programming' ''
file ../pod/pTk/OwnSelect.pod '' 'C Programming' ''
file ../pod/pTk/ParseArgv.pod '' 'C Programming' ''
file ../pod/pTk/Preserve.pod '' 'C Programming' ''
file ../pod/pTk/QWinEvent.pod '' 'C Programming' ''
file ../pod/pTk/Restack.pod '' 'C Programming' ''
file ../pod/pTk/RestrictEv.pod '' 'C Programming' ''
file ../pod/pTk/SetAppName.pod '' 'C Programming' ''
file ../pod/pTk/SetClass.pod '' 'C Programming' ''
file ../pod/pTk/SetGrid.pod '' 'C Programming' ''
file ../pod/pTk/SetVisual.pod '' 'C Programming' ''
file ../pod/pTk/Sleep.pod '' 'C Programming' ''
file ../pod/pTk/StrictMotif.pod '' 'C Programming' ''
file ../pod/pTk/TextLayout.pod '' 'C Programming' ''
file ../pod/pTk/TimerHndlr.pod '' 'C Programming' ''
file ../pod/pTk/Tk_Init.pod '' 'C Programming' ''
file ../pod/pTk/WindowId.pod '' 'C Programming' ''
endBookmark
beginBookmark 'Implementation'
file ../pod/Item.pod '' 'Implementation' ''
file ../pod/Submethods.pod '' 'Implementation' ''
file ../pod/WidgetDemo.pod '' 'Implementation' ''
file ../pod/widgets.pod '' 'Implementation' ''
file ../pod/Eventloop.pod '' 'Implementation' ''
endBookmark
beginBookmark 'Experimental Modules'
file ../WinPhoto/WinPhoto.pm '' 'Experimental Modules' ''
file ../pod/Common.pod '' 'Experimental Modules' ''
file ../pod/SunConst.pod '' 'Experimental Modules' ''
endBookmark
beginBookmark 'Other Modules and Languages'
file ../pod/Tcl-perl.pod '' 'Other Modules and Languages' ''
file ../pod/X.pod '' 'Other Modules and Languages' ''
file ../compile/Compile.pod '' 'Other Modules and Languages' ''
endBookmark
ToC 1