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/tkextlib
nagai b9bdee95f1 * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" when
the running script is '-e one-liner' or '-' (stdin).
* ext/tcltklib/extconf.rb: add find_library("#{lib}#{ver}",..) for stub libs
* ext/tk/lib/tk/textmark.rb: TkTextMarkCurrent and TkTextMarkAnchor
  have a wrong parent class.
* ext/tk/lib/tk/dialog.rb: rename TkDialog2 --> TkDialogObj and
  TkWarning2 --> TkWarningObj (old names are changed to alias names)
* ext/tk/lib/tk/dialog.rb: bug fix of treatment of 'prev_command'
  option and hashes for configuration
* ext/tk/lib/tk/dialog.rb: add TkDialogObj#name to return the button name
* ext/tk/lib/tk/radiobutton.rb: rename enbugged method value() ==> get_value()
  and value=(val) ==> set_value(val).
* ext/tk/lib/tk/menu.rb: add TkMenu.new_menuspec
* ext/tk/lib/tk/menu.rb: add alias (TkMenuButton = TkMenubutton,
  TkOptionMenuButton = TkOptionMenubutton)
* ext/tk/lib/tk/event.rb: new method aliases (same as option keys of
  event_generate) for Event object
* ext/tk/lib/tk/font.rb: configinfo returns proper types of values
* ext/tk/lib/tk.rb: bind methods accept subst_args + block
* ext/tk/lib/tk/canvas.rb: ditto
* ext/tk/lib/tk/canvastag.rb: ditto
* ext/tk/lib/tk/frame.rb: ditto
* ext/tk/lib/tk/text.rb: ditto
* ext/tk/lib/tk/texttag.rb: ditto
* ext/tk/lib/tk/toplevel.rb: ditto
* ext/tk/lib/tkextlib/*: ditto and bug fix


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-08 18:14:15 +00:00
..
bwidget * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" when 2004-12-08 18:14:15 +00:00
ICONS * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
itcl * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
itk * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" when 2004-12-08 18:14:15 +00:00
iwidgets * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" when 2004-12-08 18:14:15 +00:00
tcllib * ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epath 2004-11-26 09:07:25 +00:00
tclx * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tile * ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or older 2004-11-09 18:35:52 +00:00
tkDND * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" when 2004-12-08 18:14:15 +00:00
tkHTML * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkimg * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tktable * ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epath 2004-11-26 09:07:25 +00:00
tktrans * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
treectrl * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" when 2004-12-08 18:14:15 +00:00
vu * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
winico * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
bwidget.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
ICONS.rb * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappers 2004-07-06 09:42:12 +00:00
itcl.rb * ext/tk/lib : bug fix 2004-07-08 16:50:07 +00:00
itk.rb * ext/tk/lib : bug fix 2004-07-08 16:50:07 +00:00
iwidgets.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
pkg_checker.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
setup.rb * ext/tk/lib/tcltklib : bug fix 2004-07-01 09:38:48 +00:00
SUPPORT_STATUS * ext/tk/lib/tk.rb: support to use different Tcl commands between 2004-11-03 08:09:55 +00:00
tcllib.rb * ext/tk/lib/tkextlib/tcllib: based on Tcllib 1.7 2004-10-16 02:13:54 +00:00
tclx.rb * add TclX extension support (partially) 2004-07-23 06:31:57 +00:00
tile.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkDND.rb * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappers 2004-07-06 09:42:12 +00:00
tkHTML.rb * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappers 2004-07-06 09:42:12 +00:00
tkimg.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tktable.rb * ext/tk/, ext/tcltklib/: bug fix 2004-07-15 01:18:57 +00:00
tktrans.rb * ext/tk/lib/tkextlib/tktrans.rb, 2004-07-06 15:52:18 +00:00
treectrl.rb * ext/tk/lib/tkextlib/tktrans.rb, 2004-07-06 15:52:18 +00:00
vu.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
winico.rb * ext/tk/lib/validate.rb: accept a Method object for the validatecommand option 2004-07-28 08:29:53 +00:00