mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 09:33:59 +02:00
Add lacks for Tk8.5 support.
* ext/tk/lib/tk.rb: add Tk.pkgconfig_list and Tk.pkgconfig_get [Tk8.5 feature]. * ext/tk/lib/tk/text.rb: supports new indices modifires on a Text widget [Tk8.5 feature]. * ext/tk/lib/tk/virtevent.rb: add TkNamedVirtualEvent. * ext/tk/lib/tk/autoload.rb: ditto. * ext/tk/lib/tk/event.rb: add :data key for virtual events [Tk8.5 feature]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ce4cda9de5
commit
d062ab90e1
6 changed files with 181 additions and 1 deletions
|
@ -162,6 +162,7 @@ autoload :TkVariable, 'tk/variable'
|
|||
autoload :TkVarAccess, 'tk/variable'
|
||||
|
||||
autoload :TkVirtualEvent, 'tk/virtevent'
|
||||
autoload :TkNamedVirtualEvent,'tk/virtevent'
|
||||
|
||||
autoload :TkWinfo, 'tk/winfo'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue