arcadia 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. data/README +126 -123
  2. data/arcadia.rb +770 -756
  3. data/base/a-contracts.rb +130 -93
  4. data/base/a-ext.rb +280 -280
  5. data/base/a-libs.rb +5 -11
  6. data/base/a-utils.rb +235 -44
  7. data/conf/arcadia.conf +20 -16
  8. data/conf/arcadia.init.rb +0 -0
  9. data/conf/arcadia.res.rb +74 -0
  10. data/ext/ae-complete-code/ae-complete-code.conf +0 -0
  11. data/ext/ae-complete-code/ae-complete-code.rb +80 -79
  12. data/ext/ae-debug/ae-debug.conf +0 -0
  13. data/ext/ae-debug/ae-debug.rb +2 -6
  14. data/ext/ae-debug/debug1.57.rb +0 -0
  15. data/ext/ae-doc-code/ae-doc-code.conf +15 -0
  16. data/ext/ae-doc-code/ae-doc-code.rb +289 -0
  17. data/ext/ae-editor/ae-editor.conf +17 -8
  18. data/ext/ae-editor/ae-editor.rb +738 -396
  19. data/ext/ae-event-log/ae-event-log.conf +0 -0
  20. data/ext/ae-event-log/ae-event-log.rb +0 -0
  21. data/ext/ae-file-history/ae-file-history.conf +2 -2
  22. data/ext/ae-file-history/ae-file-history.rb +286 -290
  23. data/ext/ae-inspector/ae-inspector.conf +0 -0
  24. data/ext/ae-inspector/ae-inspector.rb +0 -0
  25. data/ext/ae-output-event/ae-output-event.conf +2 -2
  26. data/ext/ae-output/ae-output.conf +2 -2
  27. data/ext/ae-output/ae-output.rb +173 -178
  28. data/ext/ae-palette/ae-palette.conf +0 -0
  29. data/ext/ae-palette/ae-palette.rb +0 -0
  30. data/ext/ae-shell/ae-shell.conf +0 -0
  31. data/ext/ae-shell/ae-shell.rb +54 -54
  32. data/lib/tk/al-tk.rb +3076 -3082
  33. data/lib/tk/al-tk.res.rb +0 -0
  34. data/lib/tk/al-tkarcadia.rb +0 -0
  35. data/lib/tk/al-tkcustom.rb +0 -0
  36. data/lib/tkext/al-bwidget.rb +0 -0
  37. data/lib/tkext/al-iwidgets.rb +0 -0
  38. data/lib/tkext/al-tile.rb +0 -0
  39. data/lib/tkext/al-tktable.rb +0 -0
  40. data/tcl/BWidget-1.8.0/BWman/ArrowButton.html +276 -0
  41. data/tcl/BWidget-1.8.0/BWman/BWidget.html +228 -0
  42. data/tcl/BWidget-1.8.0/BWman/Button.html +273 -0
  43. data/tcl/BWidget-1.8.0/BWman/ButtonBox.html +264 -0
  44. data/tcl/BWidget-1.8.0/BWman/ComboBox.html +402 -0
  45. data/tcl/BWidget-1.8.0/BWman/Dialog.html +314 -0
  46. data/tcl/BWidget-1.8.0/BWman/DragSite.html +139 -0
  47. data/tcl/BWidget-1.8.0/BWman/DropSite.html +254 -0
  48. data/tcl/BWidget-1.8.0/BWman/DynamicHelp.html +248 -0
  49. data/tcl/BWidget-1.8.0/BWman/Entry.html +341 -0
  50. data/tcl/BWidget-1.8.0/BWman/Label.html +331 -0
  51. data/tcl/BWidget-1.8.0/BWman/LabelEntry.html +194 -0
  52. data/tcl/BWidget-1.8.0/BWman/LabelFrame.html +144 -0
  53. data/tcl/BWidget-1.8.0/BWman/ListBox.html +678 -0
  54. data/tcl/BWidget-1.8.0/BWman/MainFrame.html +283 -0
  55. data/tcl/BWidget-1.8.0/BWman/MessageDlg.html +218 -0
  56. data/tcl/BWidget-1.8.0/BWman/NoteBook.html +374 -0
  57. data/tcl/BWidget-1.8.0/BWman/PagesManager.html +180 -0
  58. data/tcl/BWidget-1.8.0/BWman/PanedWindow.html +142 -0
  59. data/tcl/BWidget-1.8.0/BWman/PanelFrame.html +153 -0
  60. data/tcl/BWidget-1.8.0/BWman/PasswdDlg.html +214 -0
  61. data/tcl/BWidget-1.8.0/BWman/ProgressBar.html +152 -0
  62. data/tcl/BWidget-1.8.0/BWman/ProgressDlg.html +145 -0
  63. data/tcl/BWidget-1.8.0/BWman/ScrollView.html +130 -0
  64. data/tcl/BWidget-1.8.0/BWman/ScrollableFrame.html +191 -0
  65. data/tcl/BWidget-1.8.0/BWman/ScrolledWindow.html +116 -0
  66. data/tcl/BWidget-1.8.0/BWman/SelectColor.html +164 -0
  67. data/tcl/BWidget-1.8.0/BWman/SelectFont.html +152 -0
  68. data/tcl/BWidget-1.8.0/BWman/Separator.html +77 -0
  69. data/tcl/BWidget-1.8.0/BWman/SpinBox.html +250 -0
  70. data/tcl/BWidget-1.8.0/BWman/StatusBar.html +147 -0
  71. data/tcl/BWidget-1.8.0/BWman/TitleFrame.html +107 -0
  72. data/tcl/BWidget-1.8.0/BWman/Tree.html +947 -0
  73. data/tcl/BWidget-1.8.0/BWman/Widget.html +502 -0
  74. data/tcl/BWidget-1.8.0/BWman/contents.html +84 -0
  75. data/tcl/BWidget-1.8.0/BWman/index.html +7 -0
  76. data/tcl/BWidget-1.8.0/BWman/navtree.html +41 -0
  77. data/tcl/BWidget-1.8.0/BWman/options.htm +458 -0
  78. data/tcl/BWidget-1.8.0/CHANGES.txt +266 -0
  79. data/tcl/BWidget-1.8.0/ChangeLog +1641 -0
  80. data/tcl/BWidget-1.8.0/LICENSE.txt +41 -0
  81. data/tcl/BWidget-1.8.0/README.txt +127 -0
  82. data/tcl/BWidget-1.8.0/arrow.tcl +551 -0
  83. data/tcl/BWidget-1.8.0/bitmap.tcl +94 -0
  84. data/tcl/BWidget-1.8.0/button.tcl +324 -0
  85. data/tcl/BWidget-1.8.0/buttonbox.tcl +403 -0
  86. data/tcl/BWidget-1.8.0/color.tcl +493 -0
  87. data/tcl/BWidget-1.8.0/combobox.tcl +809 -0
  88. data/tcl/BWidget-1.8.0/demo/basic.tcl +199 -0
  89. data/tcl/BWidget-1.8.0/demo/bwidget.xbm +46 -0
  90. data/tcl/BWidget-1.8.0/demo/demo.tcl +212 -0
  91. data/tcl/BWidget-1.8.0/demo/dnd.tcl +42 -0
  92. data/tcl/BWidget-1.8.0/demo/manager.tcl +141 -0
  93. data/tcl/BWidget-1.8.0/demo/select.tcl +59 -0
  94. data/tcl/BWidget-1.8.0/demo/tmpldlg.tcl +214 -0
  95. data/tcl/BWidget-1.8.0/demo/tree.tcl +260 -0
  96. data/tcl/BWidget-1.8.0/demo/x1.xbm +2258 -0
  97. data/tcl/BWidget-1.8.0/dialog.tcl +345 -0
  98. data/tcl/BWidget-1.8.0/dragsite.tcl +197 -0
  99. data/tcl/BWidget-1.8.0/dropsite.tcl +455 -0
  100. data/tcl/BWidget-1.8.0/dynhelp.tcl +625 -0
  101. data/tcl/BWidget-1.8.0/entry.tcl +469 -0
  102. data/tcl/BWidget-1.8.0/font.tcl +566 -0
  103. data/tcl/BWidget-1.8.0/images/bold.gif +0 -0
  104. data/tcl/BWidget-1.8.0/images/copy.gif +0 -0
  105. data/tcl/BWidget-1.8.0/images/cut.gif +0 -0
  106. data/tcl/BWidget-1.8.0/images/dragfile.gif +0 -0
  107. data/tcl/BWidget-1.8.0/images/dragicon.gif +0 -0
  108. data/tcl/BWidget-1.8.0/images/error.gif +0 -0
  109. data/tcl/BWidget-1.8.0/images/file.gif +0 -0
  110. data/tcl/BWidget-1.8.0/images/folder.gif +0 -0
  111. data/tcl/BWidget-1.8.0/images/hourglass.gif +0 -0
  112. data/tcl/BWidget-1.8.0/images/info.gif +0 -0
  113. data/tcl/BWidget-1.8.0/images/italic.gif +0 -0
  114. data/tcl/BWidget-1.8.0/images/minus.xbm +5 -0
  115. data/tcl/BWidget-1.8.0/images/new.gif +0 -0
  116. data/tcl/BWidget-1.8.0/images/opcopy.xbm +5 -0
  117. data/tcl/BWidget-1.8.0/images/open.gif +0 -0
  118. data/tcl/BWidget-1.8.0/images/openfold.gif +0 -0
  119. data/tcl/BWidget-1.8.0/images/oplink.xbm +5 -0
  120. data/tcl/BWidget-1.8.0/images/opmove.xbm +5 -0
  121. data/tcl/BWidget-1.8.0/images/overstrike.gif +0 -0
  122. data/tcl/BWidget-1.8.0/images/palette.gif +0 -0
  123. data/tcl/BWidget-1.8.0/images/passwd.gif +0 -0
  124. data/tcl/BWidget-1.8.0/images/paste.gif +0 -0
  125. data/tcl/BWidget-1.8.0/images/plus.xbm +5 -0
  126. data/tcl/BWidget-1.8.0/images/print.gif +0 -0
  127. data/tcl/BWidget-1.8.0/images/question.gif +0 -0
  128. data/tcl/BWidget-1.8.0/images/redo.gif +0 -0
  129. data/tcl/BWidget-1.8.0/images/save.gif +0 -0
  130. data/tcl/BWidget-1.8.0/images/target.xbm +9 -0
  131. data/tcl/BWidget-1.8.0/images/underline.gif +0 -0
  132. data/tcl/BWidget-1.8.0/images/undo.gif +0 -0
  133. data/tcl/BWidget-1.8.0/images/warning.gif +0 -0
  134. data/tcl/BWidget-1.8.0/init.tcl +40 -0
  135. data/tcl/BWidget-1.8.0/label.tcl +271 -0
  136. data/tcl/BWidget-1.8.0/labelentry.tcl +100 -0
  137. data/tcl/BWidget-1.8.0/labelframe.tcl +160 -0
  138. data/tcl/BWidget-1.8.0/lang/da.rc +52 -0
  139. data/tcl/BWidget-1.8.0/lang/de.rc +52 -0
  140. data/tcl/BWidget-1.8.0/lang/en.rc +52 -0
  141. data/tcl/BWidget-1.8.0/lang/es.rc +53 -0
  142. data/tcl/BWidget-1.8.0/lang/fr.rc +52 -0
  143. data/tcl/BWidget-1.8.0/listbox.tcl +1638 -0
  144. data/tcl/BWidget-1.8.0/mainframe.tcl +711 -0
  145. data/tcl/BWidget-1.8.0/messagedlg.tcl +128 -0
  146. data/tcl/BWidget-1.8.0/notebook.tcl +1164 -0
  147. data/tcl/BWidget-1.8.0/pagesmgr.tcl +294 -0
  148. data/tcl/BWidget-1.8.0/panedw.tcl +381 -0
  149. data/tcl/BWidget-1.8.0/panelframe.tcl +246 -0
  150. data/tcl/BWidget-1.8.0/passwddlg.tcl +178 -0
  151. data/tcl/BWidget-1.8.0/pkgIndex.tcl +47 -0
  152. data/tcl/BWidget-1.8.0/progressbar.tcl +208 -0
  153. data/tcl/BWidget-1.8.0/progressdlg.tcl +87 -0
  154. data/tcl/BWidget-1.8.0/scrollframe.tcl +226 -0
  155. data/tcl/BWidget-1.8.0/scrollview.tcl +254 -0
  156. data/tcl/BWidget-1.8.0/scrollw.tcl +280 -0
  157. data/tcl/BWidget-1.8.0/separator.tcl +75 -0
  158. data/tcl/BWidget-1.8.0/spinbox.tcl +331 -0
  159. data/tcl/BWidget-1.8.0/statusbar.tcl +422 -0
  160. data/tcl/BWidget-1.8.0/tests/entry.test +173 -0
  161. data/tcl/BWidget-1.8.0/titleframe.tcl +170 -0
  162. data/tcl/BWidget-1.8.0/tree.tcl +2228 -0
  163. data/tcl/BWidget-1.8.0/utils.tcl +645 -0
  164. data/tcl/BWidget-1.8.0/widget.tcl +1576 -0
  165. data/tcl/BWidget-1.8.0/wizard.tcl +1028 -0
  166. data/tcl/BWidget-1.8.0/xpm2image.tcl +115 -0
  167. metadata +141 -5
@@ -0,0 +1,115 @@
1
+ # ----------------------------------------------------------------------------
2
+ # xpm2image.tcl
3
+ # Slightly modified xpm-to-image command
4
+ # $Id: xpm2image.tcl,v 1.5 2004/09/09 22:17:03 hobbs Exp $
5
+ # ------------------------------------------------------------------------------
6
+ #
7
+ # Copyright 1996 by Roger E. Critchlow Jr., San Francisco, California
8
+ # All rights reserved, fair use permitted, caveat emptor.
9
+ # rec@elf.org
10
+ #
11
+ # ----------------------------------------------------------------------------
12
+
13
+ proc xpm-to-image { file } {
14
+ set f [open $file]
15
+ set string [read $f]
16
+ close $f
17
+
18
+ #
19
+ # parse the strings in the xpm data
20
+ #
21
+ set xpm {}
22
+ foreach line [split $string "\n"] {
23
+ if {[regexp {^"([^\"]*)"} $line all meat]} {
24
+ if {[string first XPMEXT $meat] == 0} {
25
+ break
26
+ }
27
+ lappend xpm $meat
28
+ }
29
+ }
30
+ #
31
+ # extract the sizes in the xpm data
32
+ #
33
+ set sizes [lindex $xpm 0]
34
+ set nsizes [llength $sizes]
35
+ if { $nsizes == 4 || $nsizes == 6 || $nsizes == 7 } {
36
+ set data(width) [lindex $sizes 0]
37
+ set data(height) [lindex $sizes 1]
38
+ set data(ncolors) [lindex $sizes 2]
39
+ set data(chars_per_pixel) [lindex $sizes 3]
40
+ set data(x_hotspot) 0
41
+ set data(y_hotspot) 0
42
+ if {[llength $sizes] >= 6} {
43
+ set data(x_hotspot) [lindex $sizes 4]
44
+ set data(y_hotspot) [lindex $sizes 5]
45
+ }
46
+ } else {
47
+ error "size line {$sizes} in $file did not compute"
48
+ }
49
+
50
+ #
51
+ # extract the color definitions in the xpm data
52
+ #
53
+ foreach line [lrange $xpm 1 $data(ncolors)] {
54
+ set colors [split $line \t]
55
+ set cname [lindex $colors 0]
56
+ lappend data(cnames) $cname
57
+ if { [string length $cname] != $data(chars_per_pixel) } {
58
+ error "color definition {$line} in file $file has a bad size color name"
59
+ }
60
+ foreach record [lrange $colors 1 end] {
61
+ set key [lindex $record 0]
62
+ set color [string tolower [join [lrange $record 1 end] { }]]
63
+ set data(color-$key-$cname) $color
64
+ if { [string equal -nocase $color "none"] } {
65
+ set data(transparent) $cname
66
+ }
67
+ }
68
+ foreach key {c g g4 m} {
69
+ if {[info exists data(color-$key-$cname)]} {
70
+ set color $data(color-$key-$cname)
71
+ set data(color-$cname) $color
72
+ set data(cname-$color) $cname
73
+ lappend data(colors) $color
74
+ break
75
+ }
76
+ }
77
+ if { ![info exists data(color-$cname)] } {
78
+ error "color definition {$line} in $file failed to define a color"
79
+ }
80
+ }
81
+
82
+ #
83
+ # extract the image data in the xpm data
84
+ #
85
+ set image [image create photo -width $data(width) -height $data(height)]
86
+ set y 0
87
+ foreach line [lrange $xpm [expr {1+$data(ncolors)}] [expr {1+$data(ncolors)+$data(height)}]] {
88
+ set x 0
89
+ set pixels {}
90
+ while { [string length $line] > 0 } {
91
+ set pixel [string range $line 0 [expr {$data(chars_per_pixel)-1}]]
92
+ set c $data(color-$pixel)
93
+ if { [string equal $c none] } {
94
+ if { [string length $pixels] } {
95
+ $image put [list $pixels] -to [expr {$x-[llength $pixels]}] $y
96
+ set pixels {}
97
+ }
98
+ } else {
99
+ lappend pixels $c
100
+ }
101
+ set line [string range $line $data(chars_per_pixel) end]
102
+ incr x
103
+ }
104
+ if { [llength $pixels] } {
105
+ $image put [list $pixels] -to [expr {$x-[llength $pixels]}] $y
106
+ }
107
+ incr y
108
+ }
109
+
110
+ #
111
+ # return the image
112
+ #
113
+ return $image
114
+ }
115
+
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: arcadia
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.1
7
- date: 2007-03-31 00:00:00 +02:00
6
+ version: 0.1.2
7
+ date: 2007-05-08 00:00:00 +02:00
8
8
  summary: An Ide for Ruby application building with ruby-tk.
9
9
  require_paths:
10
10
  - lib
@@ -35,16 +35,19 @@ files:
35
35
  - conf/arcadia.conf
36
36
  - conf/arcadia.init.rb
37
37
  - conf/arcadia.res.rb
38
+ - ext/ae-inspector
38
39
  - ext/ae-shell
39
40
  - ext/ae-complete-code
40
41
  - ext/ae-palette
41
42
  - ext/ae-debug
42
- - ext/ae-inspector
43
43
  - ext/ae-editor
44
44
  - ext/ae-output
45
45
  - ext/ae-event-log
46
46
  - ext/ae-output-event
47
47
  - ext/ae-file-history
48
+ - ext/ae-doc-code
49
+ - ext/ae-inspector/ae-inspector.rb
50
+ - ext/ae-inspector/ae-inspector.conf
48
51
  - ext/ae-shell/ae-shell.conf
49
52
  - ext/ae-shell/ae-shell.rb
50
53
  - ext/ae-complete-code/ae-complete-code.conf
@@ -54,8 +57,6 @@ files:
54
57
  - ext/ae-debug/ae-debug.rb
55
58
  - ext/ae-debug/debug1.57.rb
56
59
  - ext/ae-debug/ae-debug.conf
57
- - ext/ae-inspector/ae-inspector.rb
58
- - ext/ae-inspector/ae-inspector.conf
59
60
  - ext/ae-editor/ae-editor.rb
60
61
  - ext/ae-editor/ae-editor.conf
61
62
  - ext/ae-output/ae-output.rb
@@ -65,6 +66,8 @@ files:
65
66
  - ext/ae-output-event/ae-output-event.conf
66
67
  - ext/ae-file-history/ae-file-history.rb
67
68
  - ext/ae-file-history/ae-file-history.conf
69
+ - ext/ae-doc-code/ae-doc-code.rb
70
+ - ext/ae-doc-code/ae-doc-code.conf
68
71
  - lib/tk
69
72
  - lib/tkext
70
73
  - lib/tk/al-tk.rb
@@ -75,6 +78,139 @@ files:
75
78
  - lib/tkext/al-iwidgets.rb
76
79
  - lib/tkext/al-tile.rb
77
80
  - lib/tkext/al-tktable.rb
81
+ - tcl/BWidget-1.8.0
82
+ - tcl/BWidget-1.8.0/BWman
83
+ - tcl/BWidget-1.8.0/demo
84
+ - tcl/BWidget-1.8.0/images
85
+ - tcl/BWidget-1.8.0/lang
86
+ - tcl/BWidget-1.8.0/tests
87
+ - tcl/BWidget-1.8.0/arrow.tcl
88
+ - tcl/BWidget-1.8.0/bitmap.tcl
89
+ - tcl/BWidget-1.8.0/button.tcl
90
+ - tcl/BWidget-1.8.0/buttonbox.tcl
91
+ - tcl/BWidget-1.8.0/color.tcl
92
+ - tcl/BWidget-1.8.0/combobox.tcl
93
+ - tcl/BWidget-1.8.0/dialog.tcl
94
+ - tcl/BWidget-1.8.0/dragsite.tcl
95
+ - tcl/BWidget-1.8.0/dropsite.tcl
96
+ - tcl/BWidget-1.8.0/dynhelp.tcl
97
+ - tcl/BWidget-1.8.0/entry.tcl
98
+ - tcl/BWidget-1.8.0/font.tcl
99
+ - tcl/BWidget-1.8.0/init.tcl
100
+ - tcl/BWidget-1.8.0/label.tcl
101
+ - tcl/BWidget-1.8.0/labelentry.tcl
102
+ - tcl/BWidget-1.8.0/labelframe.tcl
103
+ - tcl/BWidget-1.8.0/listbox.tcl
104
+ - tcl/BWidget-1.8.0/mainframe.tcl
105
+ - tcl/BWidget-1.8.0/messagedlg.tcl
106
+ - tcl/BWidget-1.8.0/notebook.tcl
107
+ - tcl/BWidget-1.8.0/pagesmgr.tcl
108
+ - tcl/BWidget-1.8.0/panedw.tcl
109
+ - tcl/BWidget-1.8.0/panelframe.tcl
110
+ - tcl/BWidget-1.8.0/passwddlg.tcl
111
+ - tcl/BWidget-1.8.0/pkgIndex.tcl
112
+ - tcl/BWidget-1.8.0/progressbar.tcl
113
+ - tcl/BWidget-1.8.0/progressdlg.tcl
114
+ - tcl/BWidget-1.8.0/scrollframe.tcl
115
+ - tcl/BWidget-1.8.0/scrollview.tcl
116
+ - tcl/BWidget-1.8.0/scrollw.tcl
117
+ - tcl/BWidget-1.8.0/separator.tcl
118
+ - tcl/BWidget-1.8.0/spinbox.tcl
119
+ - tcl/BWidget-1.8.0/statusbar.tcl
120
+ - tcl/BWidget-1.8.0/titleframe.tcl
121
+ - tcl/BWidget-1.8.0/tree.tcl
122
+ - tcl/BWidget-1.8.0/utils.tcl
123
+ - tcl/BWidget-1.8.0/wizard.tcl
124
+ - tcl/BWidget-1.8.0/xpm2image.tcl
125
+ - tcl/BWidget-1.8.0/widget.tcl
126
+ - tcl/BWidget-1.8.0/CHANGES.txt
127
+ - tcl/BWidget-1.8.0/ChangeLog
128
+ - tcl/BWidget-1.8.0/LICENSE.txt
129
+ - tcl/BWidget-1.8.0/README.txt
130
+ - tcl/BWidget-1.8.0/BWman/options.htm
131
+ - tcl/BWidget-1.8.0/BWman/BWidget.html
132
+ - tcl/BWidget-1.8.0/BWman/Button.html
133
+ - tcl/BWidget-1.8.0/BWman/ButtonBox.html
134
+ - tcl/BWidget-1.8.0/BWman/ComboBox.html
135
+ - tcl/BWidget-1.8.0/BWman/Dialog.html
136
+ - tcl/BWidget-1.8.0/BWman/DragSite.html
137
+ - tcl/BWidget-1.8.0/BWman/DropSite.html
138
+ - tcl/BWidget-1.8.0/BWman/DynamicHelp.html
139
+ - tcl/BWidget-1.8.0/BWman/Entry.html
140
+ - tcl/BWidget-1.8.0/BWman/Label.html
141
+ - tcl/BWidget-1.8.0/BWman/LabelEntry.html
142
+ - tcl/BWidget-1.8.0/BWman/LabelFrame.html
143
+ - tcl/BWidget-1.8.0/BWman/ListBox.html
144
+ - tcl/BWidget-1.8.0/BWman/MainFrame.html
145
+ - tcl/BWidget-1.8.0/BWman/MessageDlg.html
146
+ - tcl/BWidget-1.8.0/BWman/NoteBook.html
147
+ - tcl/BWidget-1.8.0/BWman/PagesManager.html
148
+ - tcl/BWidget-1.8.0/BWman/PanedWindow.html
149
+ - tcl/BWidget-1.8.0/BWman/PanelFrame.html
150
+ - tcl/BWidget-1.8.0/BWman/PasswdDlg.html
151
+ - tcl/BWidget-1.8.0/BWman/ProgressBar.html
152
+ - tcl/BWidget-1.8.0/BWman/ProgressDlg.html
153
+ - tcl/BWidget-1.8.0/BWman/ScrollView.html
154
+ - tcl/BWidget-1.8.0/BWman/ScrollableFrame.html
155
+ - tcl/BWidget-1.8.0/BWman/ScrolledWindow.html
156
+ - tcl/BWidget-1.8.0/BWman/SelectColor.html
157
+ - tcl/BWidget-1.8.0/BWman/SelectFont.html
158
+ - tcl/BWidget-1.8.0/BWman/Separator.html
159
+ - tcl/BWidget-1.8.0/BWman/SpinBox.html
160
+ - tcl/BWidget-1.8.0/BWman/StatusBar.html
161
+ - tcl/BWidget-1.8.0/BWman/TitleFrame.html
162
+ - tcl/BWidget-1.8.0/BWman/Tree.html
163
+ - tcl/BWidget-1.8.0/BWman/Widget.html
164
+ - tcl/BWidget-1.8.0/BWman/contents.html
165
+ - tcl/BWidget-1.8.0/BWman/index.html
166
+ - tcl/BWidget-1.8.0/BWman/navtree.html
167
+ - tcl/BWidget-1.8.0/BWman/ArrowButton.html
168
+ - tcl/BWidget-1.8.0/demo/x1.xbm
169
+ - tcl/BWidget-1.8.0/demo/bwidget.xbm
170
+ - tcl/BWidget-1.8.0/demo/demo.tcl
171
+ - tcl/BWidget-1.8.0/demo/dnd.tcl
172
+ - tcl/BWidget-1.8.0/demo/manager.tcl
173
+ - tcl/BWidget-1.8.0/demo/select.tcl
174
+ - tcl/BWidget-1.8.0/demo/tmpldlg.tcl
175
+ - tcl/BWidget-1.8.0/demo/tree.tcl
176
+ - tcl/BWidget-1.8.0/demo/basic.tcl
177
+ - tcl/BWidget-1.8.0/images/warning.gif
178
+ - tcl/BWidget-1.8.0/images/copy.gif
179
+ - tcl/BWidget-1.8.0/images/cut.gif
180
+ - tcl/BWidget-1.8.0/images/dragfile.gif
181
+ - tcl/BWidget-1.8.0/images/dragicon.gif
182
+ - tcl/BWidget-1.8.0/images/error.gif
183
+ - tcl/BWidget-1.8.0/images/file.gif
184
+ - tcl/BWidget-1.8.0/images/folder.gif
185
+ - tcl/BWidget-1.8.0/images/hourglass.gif
186
+ - tcl/BWidget-1.8.0/images/info.gif
187
+ - tcl/BWidget-1.8.0/images/italic.gif
188
+ - tcl/BWidget-1.8.0/images/minus.xbm
189
+ - tcl/BWidget-1.8.0/images/new.gif
190
+ - tcl/BWidget-1.8.0/images/opcopy.xbm
191
+ - tcl/BWidget-1.8.0/images/open.gif
192
+ - tcl/BWidget-1.8.0/images/openfold.gif
193
+ - tcl/BWidget-1.8.0/images/oplink.xbm
194
+ - tcl/BWidget-1.8.0/images/opmove.xbm
195
+ - tcl/BWidget-1.8.0/images/overstrike.gif
196
+ - tcl/BWidget-1.8.0/images/palette.gif
197
+ - tcl/BWidget-1.8.0/images/passwd.gif
198
+ - tcl/BWidget-1.8.0/images/paste.gif
199
+ - tcl/BWidget-1.8.0/images/plus.xbm
200
+ - tcl/BWidget-1.8.0/images/print.gif
201
+ - tcl/BWidget-1.8.0/images/question.gif
202
+ - tcl/BWidget-1.8.0/images/redo.gif
203
+ - tcl/BWidget-1.8.0/images/save.gif
204
+ - tcl/BWidget-1.8.0/images/target.xbm
205
+ - tcl/BWidget-1.8.0/images/underline.gif
206
+ - tcl/BWidget-1.8.0/images/undo.gif
207
+ - tcl/BWidget-1.8.0/images/bold.gif
208
+ - tcl/BWidget-1.8.0/lang/da.rc
209
+ - tcl/BWidget-1.8.0/lang/de.rc
210
+ - tcl/BWidget-1.8.0/lang/en.rc
211
+ - tcl/BWidget-1.8.0/lang/es.rc
212
+ - tcl/BWidget-1.8.0/lang/fr.rc
213
+ - tcl/BWidget-1.8.0/tests/entry.test
78
214
  - arcadia.rb
79
215
  - README
80
216
  test_files: []