* ext/tk/sample/tkextlib/bwidget/tree.rb: bug fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
eba5641496
commit
9f196e03cb
@ -1,3 +1,7 @@
|
|||||||
|
2004-10-24 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||||
|
|
||||||
|
* ext/tk/sample/tkextlib/bwidget/tree.rb: bug fix
|
||||||
|
|
||||||
2004-10-16 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
2004-10-16 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||||
|
|
||||||
* tcllib/ico.rb: new library (Tk::Tcllib:ICO)
|
* tcllib/ico.rb: new library (Tk::Tcllib:ICO)
|
||||||
|
@ -107,7 +107,7 @@ module DemoTree
|
|||||||
/\d+x\d+([+-]{1,2}\d+)([+-]{1,2}\d+)/
|
/\d+x\d+([+-]{1,2}\d+)([+-]{1,2}\d+)/
|
||||||
global_w = ($1 || 0).to_i
|
global_w = ($1 || 0).to_i
|
||||||
global_h = ($2 || 0).to_i
|
global_h = ($2 || 0).to_i
|
||||||
BWidget.place(@@top, 0, 0, :at,
|
Tk::BWidget.place(@@top, 0, 0, :at,
|
||||||
global_w - Tk.root.winfo_screenwidth,
|
global_w - Tk.root.winfo_screenwidth,
|
||||||
global_h)
|
global_h)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user