1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/tk/lib/tk
nagai d3a8f9b361 * ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.
Now, supports all of the followings.
    TkcLine.new(c, 0, 0, 100, 100, :fill=>'red')
    TkcLine.new(c, [0, 0, 100, 100], :fill=>'red')
    TkcLine.new(c, [0, 0], [100, 100], :fill=>'red')
    TkcLine.new(c, [[0, 0], [100, 100]], :fill=>'red')
    TkcLine.new(c, :coords=>[0, 0, 100, 100], :fill=>'red')
    TkcLine.new(c, :coords=>[[0, 0], [100, 100]], :fill=>'red')


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-05-14 09:41:59 +00:00
..
after.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
autoload.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
bgerror.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
bindtag.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
button.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
canvas.rb * ext/tk/lib/tk/canvas.rb: improve coords support for canvas items. 2004-05-14 09:41:59 +00:00
canvastag.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
checkbutton.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
clipboard.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
clock.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
composite.rb * ext/tk/lib/tk/composite.rb: improve configure methods. (based on the proposal of [ruby-talk:99671]) 2004-05-12 04:24:55 +00:00
console.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
dialog.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
encodedstr.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
entry.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
event.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
font.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
frame.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
grid.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
image.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
itemfont.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
kinput.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
label.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
labelframe.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
listbox.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
macpkg.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
menu.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
menubar.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
message.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
mngfocus.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
msgcat.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
namespace.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
optiondb.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
pack.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
package.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
palette.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
panedwindow.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
place.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
radiobutton.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
root.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
scale.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
scrollable.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
scrollbar.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
scrollbox.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
selection.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
spinbox.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
tagfont.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
text.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
textimage.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
textmark.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
texttag.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
textwindow.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
timer.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
toplevel.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
txtwin_abst.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
validation.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
variable.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
virtevent.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
winfo.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
winpkg.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
wm.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
xim.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00