rubytext 0.1.22 → 0.1.26
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/examples/topmenu.rb +56 -0
- data/lib/.yardoc/checksums +11 -0
- data/lib/.yardoc/complete +0 -0
- data/lib/.yardoc/object_types +0 -0
- data/lib/.yardoc/objects/root.dat +0 -0
- data/lib/.yardoc/proxy_types +0 -0
- data/lib/color.rb +22 -0
- data/lib/doc/RubyText/Color.html +366 -0
- data/lib/doc/RubyText/Effects.html +658 -0
- data/lib/doc/RubyText/Keys.html +300 -0
- data/lib/doc/RubyText/Settings.html +593 -0
- data/lib/doc/RubyText/Window/GetString.html +812 -0
- data/lib/doc/RubyText/Window.html +5074 -0
- data/lib/doc/RubyText.html +1410 -0
- data/lib/doc/WindowIO.html +541 -0
- data/lib/doc/_index.html +195 -0
- data/lib/doc/class_list.html +51 -0
- data/lib/doc/css/common.css +1 -0
- data/lib/doc/css/full_list.css +58 -0
- data/lib/doc/css/style.css +496 -0
- data/lib/doc/file_list.html +51 -0
- data/lib/doc/frames.html +17 -0
- data/lib/doc/index.html +195 -0
- data/lib/doc/js/app.js +314 -0
- data/lib/doc/js/full_list.js +216 -0
- data/lib/doc/js/jquery.js +4 -0
- data/lib/doc/method_list.html +987 -0
- data/lib/doc/top-level-namespace.html +483 -0
- data/lib/effects.rb +15 -1
- data/lib/keys.rb +3 -0
- data/lib/menu.rb +410 -17
- data/lib/navigation.rb +35 -0
- data/lib/output.rb +18 -4
- data/lib/rubytext_version.rb +1 -1
- data/lib/settings.rb +5 -4
- data/lib/widgets.rb +10 -2
- data/lib/window.rb +1 -0
- data/rubytext.gemspec +2 -1
- metadata +35 -14
@@ -0,0 +1,987 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
5
|
+
<meta charset="utf-8" />
|
6
|
+
|
7
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
|
8
|
+
|
9
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
16
|
+
|
17
|
+
|
18
|
+
<title>Method List</title>
|
19
|
+
<base id="base_target" target="_parent" />
|
20
|
+
</head>
|
21
|
+
<body>
|
22
|
+
<div id="content">
|
23
|
+
<div class="fixed_header">
|
24
|
+
<h1 id="full_list_header">Method List</h1>
|
25
|
+
<div id="full_list_nav">
|
26
|
+
|
27
|
+
<span><a target="_self" href="class_list.html">
|
28
|
+
Classes
|
29
|
+
</a></span>
|
30
|
+
|
31
|
+
<span><a target="_self" href="method_list.html">
|
32
|
+
Methods
|
33
|
+
</a></span>
|
34
|
+
|
35
|
+
<span><a target="_self" href="file_list.html">
|
36
|
+
Files
|
37
|
+
</a></span>
|
38
|
+
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div id="search">Search: <input type="text" /></div>
|
42
|
+
</div>
|
43
|
+
|
44
|
+
<ul id="full_list" class="method">
|
45
|
+
|
46
|
+
|
47
|
+
<li class="odd ">
|
48
|
+
<div class="item">
|
49
|
+
<span class='object_link'><a href="RubyText/Window.html#[]-instance_method" title="RubyText::Window#[] (method)">#[]</a></span>
|
50
|
+
<small>RubyText::Window</small>
|
51
|
+
</div>
|
52
|
+
</li>
|
53
|
+
|
54
|
+
|
55
|
+
<li class="even ">
|
56
|
+
<div class="item">
|
57
|
+
<span class='object_link'><a href="RubyText/Window.html#[]=-instance_method" title="RubyText::Window#[]= (method)">#[]=</a></span>
|
58
|
+
<small>RubyText::Window</small>
|
59
|
+
</div>
|
60
|
+
</li>
|
61
|
+
|
62
|
+
|
63
|
+
<li class="odd ">
|
64
|
+
<div class="item">
|
65
|
+
<span class='object_link'><a href="RubyText/Window.html#_putch-instance_method" title="RubyText::Window#_putch (method)">#_putch</a></span>
|
66
|
+
<small>RubyText::Window</small>
|
67
|
+
</div>
|
68
|
+
</li>
|
69
|
+
|
70
|
+
|
71
|
+
<li class="even ">
|
72
|
+
<div class="item">
|
73
|
+
<span class='object_link'><a href="RubyText/Window/GetString.html#add-instance_method" title="RubyText::Window::GetString#add (method)">#add</a></span>
|
74
|
+
<small>RubyText::Window::GetString</small>
|
75
|
+
</div>
|
76
|
+
</li>
|
77
|
+
|
78
|
+
|
79
|
+
<li class="odd ">
|
80
|
+
<div class="item">
|
81
|
+
<span class='object_link'><a href="RubyText/Window.html#add_title-instance_method" title="RubyText::Window#add_title (method)">#add_title</a></span>
|
82
|
+
<small>RubyText::Window</small>
|
83
|
+
</div>
|
84
|
+
</li>
|
85
|
+
|
86
|
+
|
87
|
+
<li class="even ">
|
88
|
+
<div class="item">
|
89
|
+
<span class='object_link'><a href="RubyText/Window.html#background-instance_method" title="RubyText::Window#background (method)">#background</a></span>
|
90
|
+
<small>RubyText::Window</small>
|
91
|
+
</div>
|
92
|
+
</li>
|
93
|
+
|
94
|
+
|
95
|
+
<li class="odd ">
|
96
|
+
<div class="item">
|
97
|
+
<span class='object_link'><a href="RubyText/Window/GetString.html#backspace-instance_method" title="RubyText::Window::GetString#backspace (method)">#backspace</a></span>
|
98
|
+
<small>RubyText::Window::GetString</small>
|
99
|
+
</div>
|
100
|
+
</li>
|
101
|
+
|
102
|
+
|
103
|
+
<li class="even ">
|
104
|
+
<div class="item">
|
105
|
+
<span class='object_link'><a href="RubyText/Window.html#beep-instance_method" title="RubyText::Window#beep (method)">#beep</a></span>
|
106
|
+
<small>RubyText::Window</small>
|
107
|
+
</div>
|
108
|
+
</li>
|
109
|
+
|
110
|
+
|
111
|
+
<li class="odd ">
|
112
|
+
<div class="item">
|
113
|
+
<span class='object_link'><a href="RubyText.html#beep-class_method" title="RubyText.beep (method)">beep</a></span>
|
114
|
+
<small>RubyText</small>
|
115
|
+
</div>
|
116
|
+
</li>
|
117
|
+
|
118
|
+
|
119
|
+
<li class="even ">
|
120
|
+
<div class="item">
|
121
|
+
<span class='object_link'><a href="RubyText/Effects.html#bg-instance_method" title="RubyText::Effects#bg (method)">#bg</a></span>
|
122
|
+
<small>RubyText::Effects</small>
|
123
|
+
</div>
|
124
|
+
</li>
|
125
|
+
|
126
|
+
|
127
|
+
<li class="odd ">
|
128
|
+
<div class="item">
|
129
|
+
<span class='object_link'><a href="RubyText/Window.html#bg-instance_method" title="RubyText::Window#bg (method)">#bg</a></span>
|
130
|
+
<small>RubyText::Window</small>
|
131
|
+
</div>
|
132
|
+
</li>
|
133
|
+
|
134
|
+
|
135
|
+
<li class="even ">
|
136
|
+
<div class="item">
|
137
|
+
<span class='object_link'><a href="RubyText/Window.html#bottom-instance_method" title="RubyText::Window#bottom (method)">#bottom</a></span>
|
138
|
+
<small>RubyText::Window</small>
|
139
|
+
</div>
|
140
|
+
</li>
|
141
|
+
|
142
|
+
|
143
|
+
<li class="odd ">
|
144
|
+
<div class="item">
|
145
|
+
<span class='object_link'><a href="RubyText/Window.html#boxme-instance_method" title="RubyText::Window#boxme (method)">#boxme</a></span>
|
146
|
+
<small>RubyText::Window</small>
|
147
|
+
</div>
|
148
|
+
</li>
|
149
|
+
|
150
|
+
|
151
|
+
<li class="even ">
|
152
|
+
<div class="item">
|
153
|
+
<span class='object_link'><a href="RubyText/Window.html#c0-instance_method" title="RubyText::Window#c0 (method)">#c0</a></span>
|
154
|
+
<small>RubyText::Window</small>
|
155
|
+
</div>
|
156
|
+
</li>
|
157
|
+
|
158
|
+
|
159
|
+
<li class="odd ">
|
160
|
+
<div class="item">
|
161
|
+
<span class='object_link'><a href="RubyText/Window.html#center-instance_method" title="RubyText::Window#center (method)">#center</a></span>
|
162
|
+
<small>RubyText::Window</small>
|
163
|
+
</div>
|
164
|
+
</li>
|
165
|
+
|
166
|
+
|
167
|
+
<li class="even ">
|
168
|
+
<div class="item">
|
169
|
+
<span class='object_link'><a href="RubyText/Window.html#clear-class_method" title="RubyText::Window.clear (method)">clear</a></span>
|
170
|
+
<small>RubyText::Window</small>
|
171
|
+
</div>
|
172
|
+
</li>
|
173
|
+
|
174
|
+
|
175
|
+
<li class="odd ">
|
176
|
+
<div class="item">
|
177
|
+
<span class='object_link'><a href="RubyText/Window.html#clear-instance_method" title="RubyText::Window#clear (method)">#clear</a></span>
|
178
|
+
<small>RubyText::Window</small>
|
179
|
+
</div>
|
180
|
+
</li>
|
181
|
+
|
182
|
+
|
183
|
+
<li class="even ">
|
184
|
+
<div class="item">
|
185
|
+
<span class='object_link'><a href="RubyText/Window.html#colorize!-class_method" title="RubyText::Window.colorize! (method)">colorize!</a></span>
|
186
|
+
<small>RubyText::Window</small>
|
187
|
+
</div>
|
188
|
+
</li>
|
189
|
+
|
190
|
+
|
191
|
+
<li class="odd ">
|
192
|
+
<div class="item">
|
193
|
+
<span class='object_link'><a href="RubyText/Window.html#colorize!-instance_method" title="RubyText::Window#colorize! (method)">#colorize!</a></span>
|
194
|
+
<small>RubyText::Window</small>
|
195
|
+
</div>
|
196
|
+
</li>
|
197
|
+
|
198
|
+
|
199
|
+
<li class="even ">
|
200
|
+
<div class="item">
|
201
|
+
<span class='object_link'><a href="RubyText/Window.html#cols-instance_method" title="RubyText::Window#cols (method)">#cols</a></span>
|
202
|
+
<small>RubyText::Window</small>
|
203
|
+
</div>
|
204
|
+
</li>
|
205
|
+
|
206
|
+
|
207
|
+
<li class="odd ">
|
208
|
+
<div class="item">
|
209
|
+
<span class='object_link'><a href="RubyText/Window/GetString.html#complete-instance_method" title="RubyText::Window::GetString#complete (method)">#complete</a></span>
|
210
|
+
<small>RubyText::Window::GetString</small>
|
211
|
+
</div>
|
212
|
+
</li>
|
213
|
+
|
214
|
+
|
215
|
+
<li class="even ">
|
216
|
+
<div class="item">
|
217
|
+
<span class='object_link'><a href="RubyText/Window.html#coords-instance_method" title="RubyText::Window#coords (method)">#coords</a></span>
|
218
|
+
<small>RubyText::Window</small>
|
219
|
+
</div>
|
220
|
+
</li>
|
221
|
+
|
222
|
+
|
223
|
+
<li class="odd ">
|
224
|
+
<div class="item">
|
225
|
+
<span class='object_link'><a href="RubyText/Window.html#crlf-instance_method" title="RubyText::Window#crlf (method)">#crlf</a></span>
|
226
|
+
<small>RubyText::Window</small>
|
227
|
+
</div>
|
228
|
+
</li>
|
229
|
+
|
230
|
+
|
231
|
+
<li class="even ">
|
232
|
+
<div class="item">
|
233
|
+
<span class='object_link'><a href="RubyText/Window.html#cwin-instance_method" title="RubyText::Window#cwin (method)">#cwin</a></span>
|
234
|
+
<small>RubyText::Window</small>
|
235
|
+
</div>
|
236
|
+
</li>
|
237
|
+
|
238
|
+
|
239
|
+
<li class="odd ">
|
240
|
+
<div class="item">
|
241
|
+
<span class='object_link'><a href="top-level-namespace.html#debug-instance_method" title="#debug (method)">#debug</a></span>
|
242
|
+
<small>Top Level Namespace</small>
|
243
|
+
</div>
|
244
|
+
</li>
|
245
|
+
|
246
|
+
|
247
|
+
<li class="even ">
|
248
|
+
<div class="item">
|
249
|
+
<span class='object_link'><a href="top-level-namespace.html#debugging-instance_method" title="#debugging (method)">#debugging</a></span>
|
250
|
+
<small>Top Level Namespace</small>
|
251
|
+
</div>
|
252
|
+
</li>
|
253
|
+
|
254
|
+
|
255
|
+
<li class="odd ">
|
256
|
+
<div class="item">
|
257
|
+
<span class='object_link'><a href="RubyText/Window.html#delegate_output-instance_method" title="RubyText::Window#delegate_output (method)">#delegate_output</a></span>
|
258
|
+
<small>RubyText::Window</small>
|
259
|
+
</div>
|
260
|
+
</li>
|
261
|
+
|
262
|
+
|
263
|
+
<li class="even ">
|
264
|
+
<div class="item">
|
265
|
+
<span class='object_link'><a href="RubyText/Window.html#down-instance_method" title="RubyText::Window#down (method)">#down</a></span>
|
266
|
+
<small>RubyText::Window</small>
|
267
|
+
</div>
|
268
|
+
</li>
|
269
|
+
|
270
|
+
|
271
|
+
<li class="odd ">
|
272
|
+
<div class="item">
|
273
|
+
<span class='object_link'><a href="RubyText/Window.html#down!-instance_method" title="RubyText::Window#down! (method)">#down!</a></span>
|
274
|
+
<small>RubyText::Window</small>
|
275
|
+
</div>
|
276
|
+
</li>
|
277
|
+
|
278
|
+
|
279
|
+
<li class="even ">
|
280
|
+
<div class="item">
|
281
|
+
<span class='object_link'><a href="RubyText/Window.html#effect%3F-instance_method" title="RubyText::Window#effect? (method)">#effect?</a></span>
|
282
|
+
<small>RubyText::Window</small>
|
283
|
+
</div>
|
284
|
+
</li>
|
285
|
+
|
286
|
+
|
287
|
+
<li class="odd ">
|
288
|
+
<div class="item">
|
289
|
+
<span class='object_link'><a href="RubyText/Window/GetString.html#enter-instance_method" title="RubyText::Window::GetString#enter (method)">#enter</a></span>
|
290
|
+
<small>RubyText::Window::GetString</small>
|
291
|
+
</div>
|
292
|
+
</li>
|
293
|
+
|
294
|
+
|
295
|
+
<li class="even ">
|
296
|
+
<div class="item">
|
297
|
+
<span class='object_link'><a href="RubyText/Window.html#fg-instance_method" title="RubyText::Window#fg (method)">#fg</a></span>
|
298
|
+
<small>RubyText::Window</small>
|
299
|
+
</div>
|
300
|
+
</li>
|
301
|
+
|
302
|
+
|
303
|
+
<li class="odd ">
|
304
|
+
<div class="item">
|
305
|
+
<span class='object_link'><a href="RubyText/Effects.html#fg-instance_method" title="RubyText::Effects#fg (method)">#fg</a></span>
|
306
|
+
<small>RubyText::Effects</small>
|
307
|
+
</div>
|
308
|
+
</li>
|
309
|
+
|
310
|
+
|
311
|
+
<li class="even ">
|
312
|
+
<div class="item">
|
313
|
+
<span class='object_link'><a href="RubyText/Window.html#flash-instance_method" title="RubyText::Window#flash (method)">#flash</a></span>
|
314
|
+
<small>RubyText::Window</small>
|
315
|
+
</div>
|
316
|
+
</li>
|
317
|
+
|
318
|
+
|
319
|
+
<li class="odd ">
|
320
|
+
<div class="item">
|
321
|
+
<span class='object_link'><a href="RubyText.html#flash-class_method" title="RubyText.flash (method)">flash</a></span>
|
322
|
+
<small>RubyText</small>
|
323
|
+
</div>
|
324
|
+
</li>
|
325
|
+
|
326
|
+
|
327
|
+
<li class="even ">
|
328
|
+
<div class="item">
|
329
|
+
<span class='object_link'><a href="top-level-namespace.html#fx-instance_method" title="#fx (method)">#fx</a></span>
|
330
|
+
<small>Top Level Namespace</small>
|
331
|
+
</div>
|
332
|
+
</li>
|
333
|
+
|
334
|
+
|
335
|
+
<li class="odd ">
|
336
|
+
<div class="item">
|
337
|
+
<span class='object_link'><a href="WindowIO.html#getch-instance_method" title="WindowIO#getch (method)">#getch</a></span>
|
338
|
+
<small>WindowIO</small>
|
339
|
+
</div>
|
340
|
+
</li>
|
341
|
+
|
342
|
+
|
343
|
+
<li class="even ">
|
344
|
+
<div class="item">
|
345
|
+
<span class='object_link'><a href="WindowIO.html#gets-instance_method" title="WindowIO#gets (method)">#gets</a></span>
|
346
|
+
<small>WindowIO</small>
|
347
|
+
</div>
|
348
|
+
</li>
|
349
|
+
|
350
|
+
|
351
|
+
<li class="odd ">
|
352
|
+
<div class="item">
|
353
|
+
<span class='object_link'><a href="RubyText/Window.html#gets-instance_method" title="RubyText::Window#gets (method)">#gets</a></span>
|
354
|
+
<small>RubyText::Window</small>
|
355
|
+
</div>
|
356
|
+
</li>
|
357
|
+
|
358
|
+
|
359
|
+
<li class="even ">
|
360
|
+
<div class="item">
|
361
|
+
<span class='object_link'><a href="RubyText/Window.html#go-instance_method" title="RubyText::Window#go (method)">#go</a></span>
|
362
|
+
<small>RubyText::Window</small>
|
363
|
+
</div>
|
364
|
+
</li>
|
365
|
+
|
366
|
+
|
367
|
+
<li class="odd ">
|
368
|
+
<div class="item">
|
369
|
+
<span class='object_link'><a href="RubyText/Window.html#goto-instance_method" title="RubyText::Window#goto (method)">#goto</a></span>
|
370
|
+
<small>RubyText::Window</small>
|
371
|
+
</div>
|
372
|
+
</li>
|
373
|
+
|
374
|
+
|
375
|
+
<li class="even ">
|
376
|
+
<div class="item">
|
377
|
+
<span class='object_link'><a href="RubyText/Window.html#height-instance_method" title="RubyText::Window#height (method)">#height</a></span>
|
378
|
+
<small>RubyText::Window</small>
|
379
|
+
</div>
|
380
|
+
</li>
|
381
|
+
|
382
|
+
|
383
|
+
<li class="odd ">
|
384
|
+
<div class="item">
|
385
|
+
<span class='object_link'><a href="RubyText.html#hide_cursor-class_method" title="RubyText.hide_cursor (method)">hide_cursor</a></span>
|
386
|
+
<small>RubyText</small>
|
387
|
+
</div>
|
388
|
+
</li>
|
389
|
+
|
390
|
+
|
391
|
+
<li class="even ">
|
392
|
+
<div class="item">
|
393
|
+
<span class='object_link'><a href="RubyText/Window/GetString.html#history_next-instance_method" title="RubyText::Window::GetString#history_next (method)">#history_next</a></span>
|
394
|
+
<small>RubyText::Window::GetString</small>
|
395
|
+
</div>
|
396
|
+
</li>
|
397
|
+
|
398
|
+
|
399
|
+
<li class="odd ">
|
400
|
+
<div class="item">
|
401
|
+
<span class='object_link'><a href="RubyText/Window/GetString.html#history_prev-instance_method" title="RubyText::Window::GetString#history_prev (method)">#history_prev</a></span>
|
402
|
+
<small>RubyText::Window::GetString</small>
|
403
|
+
</div>
|
404
|
+
</li>
|
405
|
+
|
406
|
+
|
407
|
+
<li class="even ">
|
408
|
+
<div class="item">
|
409
|
+
<span class='object_link'><a href="RubyText/Window.html#home-instance_method" title="RubyText::Window#home (method)">#home</a></span>
|
410
|
+
<small>RubyText::Window</small>
|
411
|
+
</div>
|
412
|
+
</li>
|
413
|
+
|
414
|
+
|
415
|
+
<li class="odd ">
|
416
|
+
<div class="item">
|
417
|
+
<span class='object_link'><a href="top-level-namespace.html#import-instance_method" title="#import (method)">#import</a></span>
|
418
|
+
<small>Top Level Namespace</small>
|
419
|
+
</div>
|
420
|
+
</li>
|
421
|
+
|
422
|
+
|
423
|
+
<li class="even ">
|
424
|
+
<div class="item">
|
425
|
+
<span class='object_link'><a href="RubyText/Color.html#index-class_method" title="RubyText::Color.index (method)">index</a></span>
|
426
|
+
<small>RubyText::Color</small>
|
427
|
+
</div>
|
428
|
+
</li>
|
429
|
+
|
430
|
+
|
431
|
+
<li class="odd ">
|
432
|
+
<div class="item">
|
433
|
+
<span class='object_link'><a href="RubyText/Settings.html#initialize-instance_method" title="RubyText::Settings#initialize (method)">#initialize</a></span>
|
434
|
+
<small>RubyText::Settings</small>
|
435
|
+
</div>
|
436
|
+
</li>
|
437
|
+
|
438
|
+
|
439
|
+
<li class="even ">
|
440
|
+
<div class="item">
|
441
|
+
<span class='object_link'><a href="RubyText/Window/GetString.html#initialize-instance_method" title="RubyText::Window::GetString#initialize (method)">#initialize</a></span>
|
442
|
+
<small>RubyText::Window::GetString</small>
|
443
|
+
</div>
|
444
|
+
</li>
|
445
|
+
|
446
|
+
|
447
|
+
<li class="odd ">
|
448
|
+
<div class="item">
|
449
|
+
<span class='object_link'><a href="RubyText/Window.html#initialize-instance_method" title="RubyText::Window#initialize (method)">#initialize</a></span>
|
450
|
+
<small>RubyText::Window</small>
|
451
|
+
</div>
|
452
|
+
</li>
|
453
|
+
|
454
|
+
|
455
|
+
<li class="even ">
|
456
|
+
<div class="item">
|
457
|
+
<span class='object_link'><a href="RubyText/Effects.html#initialize-instance_method" title="RubyText::Effects#initialize (method)">#initialize</a></span>
|
458
|
+
<small>RubyText::Effects</small>
|
459
|
+
</div>
|
460
|
+
</li>
|
461
|
+
|
462
|
+
|
463
|
+
<li class="odd ">
|
464
|
+
<div class="item">
|
465
|
+
<span class='object_link'><a href="RubyText/Window.html#left-instance_method" title="RubyText::Window#left (method)">#left</a></span>
|
466
|
+
<small>RubyText::Window</small>
|
467
|
+
</div>
|
468
|
+
</li>
|
469
|
+
|
470
|
+
|
471
|
+
<li class="even ">
|
472
|
+
<div class="item">
|
473
|
+
<span class='object_link'><a href="RubyText/Window.html#left!-instance_method" title="RubyText::Window#left! (method)">#left!</a></span>
|
474
|
+
<small>RubyText::Window</small>
|
475
|
+
</div>
|
476
|
+
</li>
|
477
|
+
|
478
|
+
|
479
|
+
<li class="odd ">
|
480
|
+
<div class="item">
|
481
|
+
<span class='object_link'><a href="RubyText/Window/GetString.html#left_arrow-instance_method" title="RubyText::Window::GetString#left_arrow (method)">#left_arrow</a></span>
|
482
|
+
<small>RubyText::Window::GetString</small>
|
483
|
+
</div>
|
484
|
+
</li>
|
485
|
+
|
486
|
+
|
487
|
+
<li class="even ">
|
488
|
+
<div class="item">
|
489
|
+
<span class='object_link'><a href="RubyText/Window.html#main-class_method" title="RubyText::Window.main (method)">main</a></span>
|
490
|
+
<small>RubyText::Window</small>
|
491
|
+
</div>
|
492
|
+
</li>
|
493
|
+
|
494
|
+
|
495
|
+
<li class="odd ">
|
496
|
+
<div class="item">
|
497
|
+
<span class='object_link'><a href="RubyText/Window.html#make-class_method" title="RubyText::Window.make (method)">make</a></span>
|
498
|
+
<small>RubyText::Window</small>
|
499
|
+
</div>
|
500
|
+
</li>
|
501
|
+
|
502
|
+
|
503
|
+
<li class="even ">
|
504
|
+
<div class="item">
|
505
|
+
<span class='object_link'><a href="top-level-namespace.html#make_exception-instance_method" title="#make_exception (method)">#make_exception</a></span>
|
506
|
+
<small>Top Level Namespace</small>
|
507
|
+
</div>
|
508
|
+
</li>
|
509
|
+
|
510
|
+
|
511
|
+
<li class="odd ">
|
512
|
+
<div class="item">
|
513
|
+
<span class='object_link'><a href="RubyText/Window.html#menu-instance_method" title="RubyText::Window#menu (method)">#menu</a></span>
|
514
|
+
<small>RubyText::Window</small>
|
515
|
+
</div>
|
516
|
+
</li>
|
517
|
+
|
518
|
+
|
519
|
+
<li class="even ">
|
520
|
+
<div class="item">
|
521
|
+
<span class='object_link'><a href="RubyText.html#method_missing-class_method" title="RubyText.method_missing (method)">method_missing</a></span>
|
522
|
+
<small>RubyText</small>
|
523
|
+
</div>
|
524
|
+
</li>
|
525
|
+
|
526
|
+
|
527
|
+
<li class="odd ">
|
528
|
+
<div class="item">
|
529
|
+
<span class='object_link'><a href="RubyText/Window.html#multimenu-instance_method" title="RubyText::Window#multimenu (method)">#multimenu</a></span>
|
530
|
+
<small>RubyText::Window</small>
|
531
|
+
</div>
|
532
|
+
</li>
|
533
|
+
|
534
|
+
|
535
|
+
<li class="even ">
|
536
|
+
<div class="item">
|
537
|
+
<span class='object_link'><a href="RubyText/Window.html#output-instance_method" title="RubyText::Window#output (method)">#output</a></span>
|
538
|
+
<small>RubyText::Window</small>
|
539
|
+
</div>
|
540
|
+
</li>
|
541
|
+
|
542
|
+
|
543
|
+
<li class="odd ">
|
544
|
+
<div class="item">
|
545
|
+
<span class='object_link'><a href="WindowIO.html#p-instance_method" title="WindowIO#p (method)">#p</a></span>
|
546
|
+
<small>WindowIO</small>
|
547
|
+
</div>
|
548
|
+
</li>
|
549
|
+
|
550
|
+
|
551
|
+
<li class="even ">
|
552
|
+
<div class="item">
|
553
|
+
<span class='object_link'><a href="RubyText/Window.html#p-instance_method" title="RubyText::Window#p (method)">#p</a></span>
|
554
|
+
<small>RubyText::Window</small>
|
555
|
+
</div>
|
556
|
+
</li>
|
557
|
+
|
558
|
+
|
559
|
+
<li class="odd ">
|
560
|
+
<div class="item">
|
561
|
+
<span class='object_link'><a href="RubyText/Color.html#pair-class_method" title="RubyText::Color.pair (method)">pair</a></span>
|
562
|
+
<small>RubyText::Color</small>
|
563
|
+
</div>
|
564
|
+
</li>
|
565
|
+
|
566
|
+
|
567
|
+
<li class="even ">
|
568
|
+
<div class="item">
|
569
|
+
<span class='object_link'><a href="WindowIO.html#print-instance_method" title="WindowIO#print (method)">#print</a></span>
|
570
|
+
<small>WindowIO</small>
|
571
|
+
</div>
|
572
|
+
</li>
|
573
|
+
|
574
|
+
|
575
|
+
<li class="odd ">
|
576
|
+
<div class="item">
|
577
|
+
<span class='object_link'><a href="RubyText/Window.html#print-instance_method" title="RubyText::Window#print (method)">#print</a></span>
|
578
|
+
<small>RubyText::Window</small>
|
579
|
+
</div>
|
580
|
+
</li>
|
581
|
+
|
582
|
+
|
583
|
+
<li class="even ">
|
584
|
+
<div class="item">
|
585
|
+
<span class='object_link'><a href="WindowIO.html#putch-instance_method" title="WindowIO#putch (method)">#putch</a></span>
|
586
|
+
<small>WindowIO</small>
|
587
|
+
</div>
|
588
|
+
</li>
|
589
|
+
|
590
|
+
|
591
|
+
<li class="odd ">
|
592
|
+
<div class="item">
|
593
|
+
<span class='object_link'><a href="RubyText/Window.html#putch-instance_method" title="RubyText::Window#putch (method)">#putch</a></span>
|
594
|
+
<small>RubyText::Window</small>
|
595
|
+
</div>
|
596
|
+
</li>
|
597
|
+
|
598
|
+
|
599
|
+
<li class="even ">
|
600
|
+
<div class="item">
|
601
|
+
<span class='object_link'><a href="WindowIO.html#puts-instance_method" title="WindowIO#puts (method)">#puts</a></span>
|
602
|
+
<small>WindowIO</small>
|
603
|
+
</div>
|
604
|
+
</li>
|
605
|
+
|
606
|
+
|
607
|
+
<li class="odd ">
|
608
|
+
<div class="item">
|
609
|
+
<span class='object_link'><a href="RubyText/Window.html#puts-instance_method" title="RubyText::Window#puts (method)">#puts</a></span>
|
610
|
+
<small>RubyText::Window</small>
|
611
|
+
</div>
|
612
|
+
</li>
|
613
|
+
|
614
|
+
|
615
|
+
<li class="even ">
|
616
|
+
<div class="item">
|
617
|
+
<span class='object_link'><a href="RubyText/Window.html#r0-instance_method" title="RubyText::Window#r0 (method)">#r0</a></span>
|
618
|
+
<small>RubyText::Window</small>
|
619
|
+
</div>
|
620
|
+
</li>
|
621
|
+
|
622
|
+
|
623
|
+
<li class="odd ">
|
624
|
+
<div class="item">
|
625
|
+
<span class='object_link'><a href="RubyText/Window.html#radio_menu-instance_method" title="RubyText::Window#radio_menu (method)">#radio_menu</a></span>
|
626
|
+
<small>RubyText::Window</small>
|
627
|
+
</div>
|
628
|
+
</li>
|
629
|
+
|
630
|
+
|
631
|
+
<li class="even ">
|
632
|
+
<div class="item">
|
633
|
+
<span class='object_link'><a href="RubyText/Window.html#rc-instance_method" title="RubyText::Window#rc (method)">#rc</a></span>
|
634
|
+
<small>RubyText::Window</small>
|
635
|
+
</div>
|
636
|
+
</li>
|
637
|
+
|
638
|
+
|
639
|
+
<li class="odd ">
|
640
|
+
<div class="item">
|
641
|
+
<span class='object_link'><a href="RubyText/Window.html#rcprint-instance_method" title="RubyText::Window#rcprint (method)">#rcprint</a></span>
|
642
|
+
<small>RubyText::Window</small>
|
643
|
+
</div>
|
644
|
+
</li>
|
645
|
+
|
646
|
+
|
647
|
+
<li class="even ">
|
648
|
+
<div class="item">
|
649
|
+
<span class='object_link'><a href="WindowIO.html#rcprint-instance_method" title="WindowIO#rcprint (method)">#rcprint</a></span>
|
650
|
+
<small>WindowIO</small>
|
651
|
+
</div>
|
652
|
+
</li>
|
653
|
+
|
654
|
+
|
655
|
+
<li class="odd ">
|
656
|
+
<div class="item">
|
657
|
+
<span class='object_link'><a href="RubyText/Window.html#rcprint!-instance_method" title="RubyText::Window#rcprint! (method)">#rcprint!</a></span>
|
658
|
+
<small>RubyText::Window</small>
|
659
|
+
</div>
|
660
|
+
</li>
|
661
|
+
|
662
|
+
|
663
|
+
<li class="even ">
|
664
|
+
<div class="item">
|
665
|
+
<span class='object_link'><a href="RubyText/Window.html#refresh-instance_method" title="RubyText::Window#refresh (method)">#refresh</a></span>
|
666
|
+
<small>RubyText::Window</small>
|
667
|
+
</div>
|
668
|
+
</li>
|
669
|
+
|
670
|
+
|
671
|
+
<li class="odd ">
|
672
|
+
<div class="item">
|
673
|
+
<span class='object_link'><a href="RubyText/Settings.html#reset-instance_method" title="RubyText::Settings#reset (method)">#reset</a></span>
|
674
|
+
<small>RubyText::Settings</small>
|
675
|
+
</div>
|
676
|
+
</li>
|
677
|
+
|
678
|
+
|
679
|
+
<li class="even ">
|
680
|
+
<div class="item">
|
681
|
+
<span class='object_link'><a href="RubyText.html#reset-instance_method" title="RubyText#reset (method)">#reset</a></span>
|
682
|
+
<small>RubyText</small>
|
683
|
+
</div>
|
684
|
+
</li>
|
685
|
+
|
686
|
+
|
687
|
+
<li class="odd ">
|
688
|
+
<div class="item">
|
689
|
+
<span class='object_link'><a href="RubyText/Effects.html#reset-instance_method" title="RubyText::Effects#reset (method)">#reset</a></span>
|
690
|
+
<small>RubyText::Effects</small>
|
691
|
+
</div>
|
692
|
+
</li>
|
693
|
+
|
694
|
+
|
695
|
+
<li class="even ">
|
696
|
+
<div class="item">
|
697
|
+
<span class='object_link'><a href="RubyText/Settings.html#reset_boolean-instance_method" title="RubyText::Settings#reset_boolean (method)">#reset_boolean</a></span>
|
698
|
+
<small>RubyText::Settings</small>
|
699
|
+
</div>
|
700
|
+
</li>
|
701
|
+
|
702
|
+
|
703
|
+
<li class="odd ">
|
704
|
+
<div class="item">
|
705
|
+
<span class='object_link'><a href="RubyText/Window.html#restback-instance_method" title="RubyText::Window#restback (method)">#restback</a></span>
|
706
|
+
<small>RubyText::Window</small>
|
707
|
+
</div>
|
708
|
+
</li>
|
709
|
+
|
710
|
+
|
711
|
+
<li class="even ">
|
712
|
+
<div class="item">
|
713
|
+
<span class='object_link'><a href="RubyText/Window.html#right-instance_method" title="RubyText::Window#right (method)">#right</a></span>
|
714
|
+
<small>RubyText::Window</small>
|
715
|
+
</div>
|
716
|
+
</li>
|
717
|
+
|
718
|
+
|
719
|
+
<li class="odd ">
|
720
|
+
<div class="item">
|
721
|
+
<span class='object_link'><a href="RubyText/Window.html#right!-instance_method" title="RubyText::Window#right! (method)">#right!</a></span>
|
722
|
+
<small>RubyText::Window</small>
|
723
|
+
</div>
|
724
|
+
</li>
|
725
|
+
|
726
|
+
|
727
|
+
<li class="even ">
|
728
|
+
<div class="item">
|
729
|
+
<span class='object_link'><a href="RubyText/Window/GetString.html#right_arrow-instance_method" title="RubyText::Window::GetString#right_arrow (method)">#right_arrow</a></span>
|
730
|
+
<small>RubyText::Window::GetString</small>
|
731
|
+
</div>
|
732
|
+
</li>
|
733
|
+
|
734
|
+
|
735
|
+
<li class="odd ">
|
736
|
+
<div class="item">
|
737
|
+
<span class='object_link'><a href="RubyText/Window.html#rows-instance_method" title="RubyText::Window#rows (method)">#rows</a></span>
|
738
|
+
<small>RubyText::Window</small>
|
739
|
+
</div>
|
740
|
+
</li>
|
741
|
+
|
742
|
+
|
743
|
+
<li class="even ">
|
744
|
+
<div class="item">
|
745
|
+
<span class='object_link'><a href="RubyText/Window.html#saveback-instance_method" title="RubyText::Window#saveback (method)">#saveback</a></span>
|
746
|
+
<small>RubyText::Window</small>
|
747
|
+
</div>
|
748
|
+
</li>
|
749
|
+
|
750
|
+
|
751
|
+
<li class="odd ">
|
752
|
+
<div class="item">
|
753
|
+
<span class='object_link'><a href="RubyText/Window.html#screen_text-instance_method" title="RubyText::Window#screen_text (method)">#screen_text</a></span>
|
754
|
+
<small>RubyText::Window</small>
|
755
|
+
</div>
|
756
|
+
</li>
|
757
|
+
|
758
|
+
|
759
|
+
<li class="even ">
|
760
|
+
<div class="item">
|
761
|
+
<span class='object_link'><a href="RubyText/Window.html#scroll-instance_method" title="RubyText::Window#scroll (method)">#scroll</a></span>
|
762
|
+
<small>RubyText::Window</small>
|
763
|
+
</div>
|
764
|
+
</li>
|
765
|
+
|
766
|
+
|
767
|
+
<li class="odd ">
|
768
|
+
<div class="item">
|
769
|
+
<span class='object_link'><a href="RubyText/Window.html#scrolling-instance_method" title="RubyText::Window#scrolling (method)">#scrolling</a></span>
|
770
|
+
<small>RubyText::Window</small>
|
771
|
+
</div>
|
772
|
+
</li>
|
773
|
+
|
774
|
+
|
775
|
+
<li class="even ">
|
776
|
+
<div class="item">
|
777
|
+
<span class='object_link'><a href="RubyText.html#selector-class_method" title="RubyText.selector (method)">selector</a></span>
|
778
|
+
<small>RubyText</small>
|
779
|
+
</div>
|
780
|
+
</li>
|
781
|
+
|
782
|
+
|
783
|
+
<li class="odd ">
|
784
|
+
<div class="item">
|
785
|
+
<span class='object_link'><a href="RubyText.html#set-instance_method" title="RubyText#set (method)">#set</a></span>
|
786
|
+
<small>RubyText</small>
|
787
|
+
</div>
|
788
|
+
</li>
|
789
|
+
|
790
|
+
|
791
|
+
<li class="even ">
|
792
|
+
<div class="item">
|
793
|
+
<span class='object_link'><a href="RubyText/Settings.html#set-instance_method" title="RubyText::Settings#set (method)">#set</a></span>
|
794
|
+
<small>RubyText::Settings</small>
|
795
|
+
</div>
|
796
|
+
</li>
|
797
|
+
|
798
|
+
|
799
|
+
<li class="odd ">
|
800
|
+
<div class="item">
|
801
|
+
<span class='object_link'><a href="RubyText/Effects.html#set-instance_method" title="RubyText::Effects#set (method)">#set</a></span>
|
802
|
+
<small>RubyText::Effects</small>
|
803
|
+
</div>
|
804
|
+
</li>
|
805
|
+
|
806
|
+
|
807
|
+
<li class="even ">
|
808
|
+
<div class="item">
|
809
|
+
<span class='object_link'><a href="RubyText/Settings.html#set_boolean-instance_method" title="RubyText::Settings#set_boolean (method)">#set_boolean</a></span>
|
810
|
+
<small>RubyText::Settings</small>
|
811
|
+
</div>
|
812
|
+
</li>
|
813
|
+
|
814
|
+
|
815
|
+
<li class="odd ">
|
816
|
+
<div class="item">
|
817
|
+
<span class='object_link'><a href="RubyText/Window.html#set_colors-instance_method" title="RubyText::Window#set_colors (method)">#set_colors</a></span>
|
818
|
+
<small>RubyText::Window</small>
|
819
|
+
</div>
|
820
|
+
</li>
|
821
|
+
|
822
|
+
|
823
|
+
<li class="even ">
|
824
|
+
<div class="item">
|
825
|
+
<span class='object_link'><a href="RubyText/Settings.html#set_curses-instance_method" title="RubyText::Settings#set_curses (method)">#set_curses</a></span>
|
826
|
+
<small>RubyText::Settings</small>
|
827
|
+
</div>
|
828
|
+
</li>
|
829
|
+
|
830
|
+
|
831
|
+
<li class="odd ">
|
832
|
+
<div class="item">
|
833
|
+
<span class='object_link'><a href="RubyText.html#show_cursor-class_method" title="RubyText.show_cursor (method)">show_cursor</a></span>
|
834
|
+
<small>RubyText</small>
|
835
|
+
</div>
|
836
|
+
</li>
|
837
|
+
|
838
|
+
|
839
|
+
<li class="even ">
|
840
|
+
<div class="item">
|
841
|
+
<span class='object_link'><a href="RubyText.html#show_cursor!-class_method" title="RubyText.show_cursor! (method)">show_cursor!</a></span>
|
842
|
+
<small>RubyText</small>
|
843
|
+
</div>
|
844
|
+
</li>
|
845
|
+
|
846
|
+
|
847
|
+
<li class="odd ">
|
848
|
+
<div class="item">
|
849
|
+
<span class='object_link'><a href="RubyText.html#spinner-class_method" title="RubyText.spinner (method)">spinner</a></span>
|
850
|
+
<small>RubyText</small>
|
851
|
+
</div>
|
852
|
+
</li>
|
853
|
+
|
854
|
+
|
855
|
+
<li class="even ">
|
856
|
+
<div class="item">
|
857
|
+
<span class='object_link'><a href="RubyText.html#splash-class_method" title="RubyText.splash (method)">splash</a></span>
|
858
|
+
<small>RubyText</small>
|
859
|
+
</div>
|
860
|
+
</li>
|
861
|
+
|
862
|
+
|
863
|
+
<li class="odd ">
|
864
|
+
<div class="item">
|
865
|
+
<span class='object_link'><a href="RubyText.html#start-class_method" title="RubyText.start (method)">start</a></span>
|
866
|
+
<small>RubyText</small>
|
867
|
+
</div>
|
868
|
+
</li>
|
869
|
+
|
870
|
+
|
871
|
+
<li class="even ">
|
872
|
+
<div class="item">
|
873
|
+
<span class='object_link'><a href="RubyText.html#started-class_method" title="RubyText.started (method)">started</a></span>
|
874
|
+
<small>RubyText</small>
|
875
|
+
</div>
|
876
|
+
</li>
|
877
|
+
|
878
|
+
|
879
|
+
<li class="odd ">
|
880
|
+
<div class="item">
|
881
|
+
<span class='object_link'><a href="RubyText.html#started%3F-class_method" title="RubyText.started? (method)">started?</a></span>
|
882
|
+
<small>RubyText</small>
|
883
|
+
</div>
|
884
|
+
</li>
|
885
|
+
|
886
|
+
|
887
|
+
<li class="even ">
|
888
|
+
<div class="item">
|
889
|
+
<span class='object_link'><a href="RubyText.html#stop-class_method" title="RubyText.stop (method)">stop</a></span>
|
890
|
+
<small>RubyText</small>
|
891
|
+
</div>
|
892
|
+
</li>
|
893
|
+
|
894
|
+
|
895
|
+
<li class="odd ">
|
896
|
+
<div class="item">
|
897
|
+
<span class='object_link'><a href="RubyText/Color.html#sym2const-class_method" title="RubyText::Color.sym2const (method)">sym2const</a></span>
|
898
|
+
<small>RubyText::Color</small>
|
899
|
+
</div>
|
900
|
+
</li>
|
901
|
+
|
902
|
+
|
903
|
+
<li class="even ">
|
904
|
+
<div class="item">
|
905
|
+
<span class='object_link'><a href="RubyText.html#ticker-class_method" title="RubyText.ticker (method)">ticker</a></span>
|
906
|
+
<small>RubyText</small>
|
907
|
+
</div>
|
908
|
+
</li>
|
909
|
+
|
910
|
+
|
911
|
+
<li class="odd ">
|
912
|
+
<div class="item">
|
913
|
+
<span class='object_link'><a href="RubyText/Window.html#top-instance_method" title="RubyText::Window#top (method)">#top</a></span>
|
914
|
+
<small>RubyText::Window</small>
|
915
|
+
</div>
|
916
|
+
</li>
|
917
|
+
|
918
|
+
|
919
|
+
<li class="even ">
|
920
|
+
<div class="item">
|
921
|
+
<span class='object_link'><a href="RubyText/Window.html#topmenu-instance_method" title="RubyText::Window#topmenu (method)">#topmenu</a></span>
|
922
|
+
<small>RubyText::Window</small>
|
923
|
+
</div>
|
924
|
+
</li>
|
925
|
+
|
926
|
+
|
927
|
+
<li class="odd ">
|
928
|
+
<div class="item">
|
929
|
+
<span class='object_link'><a href="RubyText/Window.html#up-instance_method" title="RubyText::Window#up (method)">#up</a></span>
|
930
|
+
<small>RubyText::Window</small>
|
931
|
+
</div>
|
932
|
+
</li>
|
933
|
+
|
934
|
+
|
935
|
+
<li class="even ">
|
936
|
+
<div class="item">
|
937
|
+
<span class='object_link'><a href="RubyText/Window.html#up!-instance_method" title="RubyText::Window#up! (method)">#up!</a></span>
|
938
|
+
<small>RubyText::Window</small>
|
939
|
+
</div>
|
940
|
+
</li>
|
941
|
+
|
942
|
+
|
943
|
+
<li class="odd ">
|
944
|
+
<div class="item">
|
945
|
+
<span class='object_link'><a href="RubyText/Effects.html#value-instance_method" title="RubyText::Effects#value (method)">#value</a></span>
|
946
|
+
<small>RubyText::Effects</small>
|
947
|
+
</div>
|
948
|
+
</li>
|
949
|
+
|
950
|
+
|
951
|
+
<li class="even ">
|
952
|
+
<div class="item">
|
953
|
+
<span class='object_link'><a href="RubyText/Window/GetString.html#value-instance_method" title="RubyText::Window::GetString#value (method)">#value</a></span>
|
954
|
+
<small>RubyText::Window::GetString</small>
|
955
|
+
</div>
|
956
|
+
</li>
|
957
|
+
|
958
|
+
|
959
|
+
<li class="odd ">
|
960
|
+
<div class="item">
|
961
|
+
<span class='object_link'><a href="RubyText/Window.html#width-instance_method" title="RubyText::Window#width (method)">#width</a></span>
|
962
|
+
<small>RubyText::Window</small>
|
963
|
+
</div>
|
964
|
+
</li>
|
965
|
+
|
966
|
+
|
967
|
+
<li class="even ">
|
968
|
+
<div class="item">
|
969
|
+
<span class='object_link'><a href="RubyText.html#window-class_method" title="RubyText.window (method)">window</a></span>
|
970
|
+
<small>RubyText</small>
|
971
|
+
</div>
|
972
|
+
</li>
|
973
|
+
|
974
|
+
|
975
|
+
<li class="odd ">
|
976
|
+
<div class="item">
|
977
|
+
<span class='object_link'><a href="RubyText/Window.html#yesno-instance_method" title="RubyText::Window#yesno (method)">#yesno</a></span>
|
978
|
+
<small>RubyText::Window</small>
|
979
|
+
</div>
|
980
|
+
</li>
|
981
|
+
|
982
|
+
|
983
|
+
|
984
|
+
</ul>
|
985
|
+
</div>
|
986
|
+
</body>
|
987
|
+
</html>
|