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/sample
nagai ce1b23b7a5 * ext/tk/, ext/tcltklib/: bug fix
* ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks.
* ext/tk/lib/tk/msgcat.rb: ditto.
* ext/tk/lib/tk/variable.rb: ditto.
* ext/tk/lib/tk/timer.rb: ditto.
* ext/tk/lib/tk/validation.rb: add Tk::ValidateConfigure.__def_validcmd()
  to define validatecommand methods easier
* ext/tk/lib/tk.rb (_genobj_for_tkwidget): support autoload Tk ext classes
* ext/tk/lib/tk/canvas.rb and so on: remove the parent widget type check
  for items (e.g. canvas items; depends on the class) to avoid some troubles
  on Tk extension widget class definition.
* ext/tk/lib/tkextlib/: add Iwidget and TkTable extension support
* ext/tk/sample/tkextlib/: add samples of Iwidget and TkTable


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-07-15 01:18:57 +00:00
..
demos-en * ext/tk/lib/tcltklib : bug fix 2004-07-01 09:38:48 +00:00
demos-jp * ext/tk/lib/tcltklib : bug fix 2004-07-01 09:38:48 +00:00
images * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
msgs_rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
msgs_rb2 * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
msgs_tk * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
tkextlib * ext/tk/, ext/tcltklib/: bug fix 2004-07-15 01:18:57 +00:00
binding_sample.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
bindtag_sample.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
binstr_usage.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
btn_with_frame.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
encstr_usage.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
iso2022-kr.txt * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
menubar1.rb * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) support 2004-06-12 15:25:49 +00:00
menubar2.rb * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) support 2004-06-12 15:25:49 +00:00
optobj_sample.rb * ext/tk/lib/tcltklib : bug fix 2004-07-01 09:38:48 +00:00
propagate.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
remote-ip_sample.rb * add a new sample 'ext/tk/sample/remote-ikp_sample2.rb' 2004-05-22 02:23:59 +00:00
remote-ip_sample2.rb * ext/tk/sample/remote-ip_sample2.rb: modify 2004-05-22 05:22:09 +00:00
resource.en * tcltklib.c (lib_mainloop_core): fixed signal-trap bug 2003-09-07 07:10:44 +00:00
resource.ja * tcltklib.c (lib_mainloop_core): fixed signal-trap bug 2003-09-07 07:10:44 +00:00
safe-tk.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
tkalignbox.rb * overrided instance methods, which are private methods on the super 2003-12-09 14:38:15 +00:00
tkballoonhelp.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
tkbiff.rb * (bug fix) TkEntry#delete 2003-08-02 05:04:30 +00:00
tkbrowse.rb * (bug fix) TkEntry#delete 2003-08-02 05:04:30 +00:00
tkcombobox.rb * ext/tk/lib/tcltklib : bug fix 2004-07-01 09:38:48 +00:00
tkdialog.rb * (bug fix) TkEntry#delete 2003-08-02 05:04:30 +00:00
tkfrom.rb * (bug fix) TkEntry#delete 2003-08-02 05:04:30 +00:00
tkhello.rb * tcltklib.c (lib_mainloop_core): fixed signal-trap bug 2003-09-07 07:10:44 +00:00
tkline.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
tkmenubutton.rb * tcltklib.c (lib_mainloop_core): fixed signal-trap bug 2003-09-07 07:10:44 +00:00
tkmsgcat-load_rb.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
tkmsgcat-load_rb2.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
tkmsgcat-load_tk.rb * renewal Ruby/Tk 2004-05-01 16:09:54 +00:00
tkmulticolumnlist.rb * ext/tk/sample/tkmulticolumnlist.rb: new sample 2003-12-24 11:57:21 +00:00
tkmultilistbox.rb * ext/tk/lib/tcltklib : bug fix 2004-07-01 09:38:48 +00:00
tkmultilistframe.rb * ext/tk/sample/tkmulticolumnlist.rb: new sample 2003-12-24 11:57:21 +00:00
tkoptdb-safeTk.rb * tcltklib.c (lib_mainloop_core): fixed signal-trap bug 2003-09-07 07:10:44 +00:00
tkoptdb.rb * overrided instance methods, which are private methods on the super 2003-12-09 14:38:15 +00:00
tktextframe.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
tktimer.rb * (bug fix) TkEntry#delete 2003-08-02 05:04:30 +00:00
tktimer2.rb * bug fix 2003-07-30 07:15:00 +00:00
tktimer3.rb * (bug fix) TkEntry#delete 2003-08-02 05:04:30 +00:00
tktree.rb * ext/tk/, ext/tcltklib/: bug fix 2004-07-15 01:18:57 +00:00
tktree.tcl * add a new sample script 2004-05-16 21:43:37 +00:00