Actions
Feature #4595
closedTkPhotoImage documentation
Description
=begin
以下のような pull request が来ています。
I have documented some method from TkPhotoImage, based on the original Tcl/Tk docs.
Actions
Like0
Like0
Added by naruse (Yui NARUSE) almost 14 years ago. Updated almost 14 years ago.
Description
=begin
以下のような pull request が来ています。
I have documented some method from TkPhotoImage, based on the original Tcl/Tk docs.
This issue was solved with changeset r31717.
Yui, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
ext/tk/lib/tk.rb: fail to start Tk.mainloop (exit immediately) on some environment (reported on [ruby-talk:381444]).
ext/tk/lib/tk/canvas.rb: support creating a canvas item object from an item ID number.
ext/tk/lib/tk/image.rb: import documents which are pull-requested. [Ruby 1.9 - Feature #4595]
ext/tk/lib/tk/extconf.rb: search directories for 64bit library (e.g. /usr/lib64), add some new configure options (see README.tcltklib), and bug fix.
ext/tk/lib/tk/README.tcltklib: modify docs for some new configure options.