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 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285
|
#
# text (embedded windows) widget demo (called by 'widget')
#
# toplevel widget ¸ߤк
if defined?($twind_demo) && $twind_demo
$twind_demo.destroy
$twind_demo = nil
end
# demo Ѥ toplevel widget
$twind_demo = TkToplevel.new {|w|
title("Text Demonstration - Embedded Windows")
iconname("Embedded Windows")
positionWindow(w)
}
# frame
$twind_buttons = TkFrame.new($twind_demo) {|frame|
TkButton.new(frame) {
#text 'λ'
text 'Ĥ'
command proc{
tmppath = $twind_demo
$twind_demo = nil
tmppath.destroy
}
}.pack('side'=>'left', 'expand'=>'yes')
TkButton.new(frame) {
text 'ɻ'
command proc{showCode 'twind'}
}.pack('side'=>'left', 'expand'=>'yes')
}
$twind_buttons.pack('side'=>'bottom', 'fill'=>'x', 'pady'=>'2m')
# frame
$twind_text = nil
TkFrame.new($twind_demo, 'highlightthickness'=>2, 'borderwidth'=>2,
'relief'=>'sunken') {|f|
$twind_text = TkText.new(f, 'setgrid'=>'true', 'font'=>$font,
'width'=>'70', 'height'=>35, 'wrap'=>'word',
'highlightthickness'=>0, 'borderwidth'=>0 ){|t|
TkScrollbar.new(f) {|s|
command proc{|*args| t.yview(*args)}
t.yscrollcommand proc{|first,last| s.set first,last}
}.pack('side'=>'right', 'fill'=>'y')
}.pack('expand'=>'yes', 'fill'=>'both')
}.pack('expand'=>'yes', 'fill'=>'both')
#
$tag_center = TkTextTag.new($twind_text,
'justify' =>'center',
'spacing1'=>'5m',
'spacing3'=>'5m' )
$tag_buttons = TkTextTag.new($twind_text,
'lmargin1'=>'1c',
'lmargin2'=>'1c',
'rmargin' =>'1c',
'spacing1'=>'3m',
'spacing2'=>0,
'spacing3'=>0 )
# ƥȤ
$twind_text.insert('end',
'ƥwidget¾widgetȤ߹ळȤǤޤ')
$twind_text.insert('end',
'Ȥ߹ߥɥȸƤФ졢ǤդwidgetǽǤ')
$twind_text.insert('end',
'㤨С2ĤΥܥwidgetȤ߹ޤƤޤ')
$twind_text.insert('end', 'ǽΥܥåȿʿΥ')
TkTextWindow.new($twind_text, 'end',
'window'=>TkButton.new($twind_text) {
#text 'ON'
text ''
command proc{textWindOn $twind_text,$twind_buttons}
cursor 'top_left_arrow'
})
$twind_text.insert('end', "ˤޤޤ2ĤΥܥå\n")
$twind_text.insert('end', 'ʿΥ')
TkTextWindow.new($twind_text, 'end',
'window'=>TkButton.new($twind_text) {
#text 'OFF'
text ''
command proc{textWindOff $twind_text}
cursor 'top_left_arrow'
})
$twind_text.insert('end', 'ˤޤ')
$twind_text.insert('end', '⤦ҤȤĤǤ')
TkTextWindow.new($twind_text, 'end',
'window'=>TkButton.new($twind_text) {
text 'å'
command proc{textWindPlot $twind_text}
cursor 'top_left_arrow'
})
$twind_text.insert('end', 'ȡx-yץåȤ˸ޤ')
$mark_plot = TkTextMark.new($twind_text, 'insert')
$mark_plot.gravity='left'
$twind_text.insert('end', 'ޥǥǡ褹뤳ȤǤޤ')
TkTextWindow.new($twind_text, 'end',
'window'=>TkButton.new($twind_text) {
text 'õ'
command proc{textWindDel $twind_text}
cursor 'top_left_arrow'
})
$twind_text.insert('end', 'åȸޤ
')
$twind_text.insert('end', 'Ȥ߹ߥɥƥwidgetˡºݤ')
$twind_text.insert('end', 'ƥȤϤʤȤ߹ळȤǤ')
$twind_text.insert('end', 'ξϡƥwidgetϥɥޥ͡')
$twind_text.insert('end', '褦ưޤ㤨Сˤϥƥwidget')
$twind_text.insert('end', 'äƥܥ줤¤٤Ƥޤ')
$twind_text.insert('end', 'ΥܥطʿѤ뤳ȤǤޤ')
$twind_text.insert('end', '("Default"Ǹο᤹ȤǤޤ)')
$twind_text.insert('end', '"Short"ȤܥåʸĹ')
$twind_text.insert('end', 'ѤޤȼưŪ˥ƥwidget')
$twind_text.insert('end', '쥤ȤƤޤ')
$twind_text.insert('end', '⤦Ʊܥȸޤ
')
TkTextWindow.new($twind_text, 'end',
'window'=>TkButton.new($twind_text) {|b|
text 'ǥե'
command proc{embDefBg $twind_text}
cursor 'top_left_arrow'
$tag_buttons.add('end')
},
'padx'=>3 )
embToggle = TkVariable.new('Short')
TkTextWindow.new($twind_text, 'end',
'window'=>TkCheckButton.new($twind_text) {
textvariable embToggle
indicatoron 0
variable embToggle
onvalue 'A much longer string'
offvalue 'Short'
cursor 'top_left_arrow'
pady 5
padx 2
},
'padx'=>3,
'pady'=>2 )
[ 'AntiqueWhite3', 'Bisque1', 'Bisque2', 'Bisque3', 'Bisque4',
'SlateBlue3', 'RoyalBlue1', 'SteelBlue2', 'DeepSkyBlue3', 'LightBlue1',
'DarkSlateGray1', 'Aquamarine2', 'DarkSeaGreen2', 'SeaGreen1',
'Yellow1', 'IndianRed1', 'IndianRed2', 'Tan1', 'Tan4'
].each{|twind_color|
TkTextWindow.new($twind_text, 'end',
'window'=>TkButton.new($twind_text) {
text twind_color
cursor 'top_left_arrow'
command proc{$twind_text.bg twind_color}
},
'padx'=>3,
'pady'=>2 )
}
# å
def textWindOn (w,f)
if defined? $twind_scroll
begin
$twind_scroll.destroy
rescue
end
$twind_scroll = nil
end
base = TkWinfo.parent( TkWinfo.parent(w) )
$twind_scroll = TkScrollbar.new(base) {|s|
orient 'horizontal'
command proc{|*args| w.xview(*args)}
w.xscrollcommand proc{|first,last| s.set first,last}
w.wrap 'none'
pack('after'=>f, 'side'=>'bottom', 'fill'=>'x')
}
return nil
end
def textWindOff (w)
if defined? $twind_scroll
begin
$twind_scroll.destroy
rescue
end
$twind_scroll = nil
end
w.xscrollcommand ''
w.wrap 'word'
end
def textWindPlot (t)
if (defined? $twind_plot) && (TkWinfo.exist?($twind_plot))
return
end
$twind_plot = TkCanvas.new(t) {
relief 'sunken'
width 450
height 300
cursor 'top_left_arrow'
}
font = '-Adobe-Helvetica-Medium-R-Normal--*-180-*-*-*-*-*-*'
TkcLine.new($twind_plot, 100, 250, 400, 250, 'width'=>2)
TkcLine.new($twind_plot, 100, 250, 100, 50, 'width'=>2)
TkcText.new($twind_plot, 225, 20,
'text'=>"A Simple Plot", 'font'=>font, 'fill'=>'brown')
(0..10).each {|i|
x = 100 + (i * 30)
TkcLine.new($twind_plot, x, 250, x, 245, 'width'=>2)
TkcText.new($twind_plot, x, 254,
'text'=>10*i, 'font'=>font, 'anchor'=>'n')
}
(0..5).each {|i|
y = 250 - (i * 40)
TkcLine.new($twind_plot, 100, y, 105, y, 'width'=>2)
TkcText.new($twind_plot, 96, y,
'text'=>"#{i*50}.0", 'font'=>font, 'anchor'=>'e')
}
for xx, yy in [[12,56],[20,94],[33,98],[32,120],[61,180],[75,160],[98,223]]
x = 100 + (3*xx)
y = 250 - (4*yy)/5
item = TkcOval.new($twind_plot, x-6, y-6, x+6, y+6,
'width'=>1, 'outline'=>'black', 'fill'=>'SkyBlue2')
item.addtag 'point'
end
$twind_plot.itembind('point', 'Any-Enter',
proc{$twind_plot.itemconfigure 'current', 'fill', 'red'})
$twind_plot.itembind('point', 'Any-Leave',
proc{$twind_plot.itemconfigure 'current', 'fill', 'SkyBlue2'})
$twind_plot.itembind('point', '1',
proc{|x,y| embPlotDown $twind_plot,x,y}, "%x %y")
$twind_plot.itembind('point', 'ButtonRelease-1',
proc{$twind_plot.dtag 'selected'})
$twind_plot.bind('B1-Motion',
proc{|x,y| embPlotMove $twind_plot,x,y}, "%x %y")
while ($twind_text.get($mark_plot) =~ /[ \t\n]/)
$twind_text.delete $mark_plot
end
$twind_text.insert $mark_plot,"\n"
TkTextWindow.new($twind_text, $mark_plot, 'window'=>$twind_plot)
$tag_center.add $mark_plot
$twind_text.insert $mark_plot,"\n"
end
$embPlot = {'lastX'=>0, 'lastY'=>0}
def embPlotDown (w, x, y)
w.dtag 'selected'
w.addtag_withtag 'selected', 'current'
w.raise 'current'
$embPlot['lastX'] = x
$embPlot['lastY'] = y
end
def embPlotMove (w, x, y)
w.move 'selected', x - $embPlot['lastX'], y - $embPlot['lastY']
$embPlot['lastX'] = x
$embPlot['lastY'] = y
end
def textWindDel (w)
if (defined? $twind_text) && TkWinfo.exist?($twind_plot)
$twind_text.delete $twind_plot
$twind_plot = nil
while ($twind_text.get($mark_plot) =~ /[ \t\n]/)
$twind_text.delete $mark_plot
end
$twind_text.insert $mark_plot," "
end
end
def embDefBg (w)
w['background'] = w.configinfo('background')[3]
end
|