* ext/tk/sample/tkextlib/tile/demo.rb: fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
57c8f59761
commit
2ea2d95e81
@ -1,3 +1,7 @@
|
|||||||
|
2005-07-27 ocean <ocean@ruby-lang.org>
|
||||||
|
|
||||||
|
* sample/tkextlib/tile/demo.rb: fixed typo.
|
||||||
|
|
||||||
2005-06-16 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
2005-06-16 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||||
|
|
||||||
* lib/tkextlib/SUPPOPRT_STATUS: add RELEASE_DATE information.
|
* lib/tkextlib/SUPPOPRT_STATUS: add RELEASE_DATE information.
|
||||||
|
@ -411,7 +411,7 @@ mb.menu(m)
|
|||||||
$V[:rmbIndicatoron] = mb.indicatoron
|
$V[:rmbIndicatoron] = mb.indicatoron
|
||||||
m.add(:checkbutton, :label=>'Indicator?', #'
|
m.add(:checkbutton, :label=>'Indicator?', #'
|
||||||
:variable=>$V.ref(:rmbIndicatoron),
|
:variable=>$V.ref(:rmbIndicatoron),
|
||||||
:command=>proc{mb.indicatoron($V[:rmbIndicatoron].value)})
|
:command=>proc{mb.indicatoron($V[:rmbIndicatoron])})
|
||||||
m.add(:separator)
|
m.add(:separator)
|
||||||
fillMenu(m)
|
fillMenu(m)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user