ruby/ext/tk/sample
nagai 6e0e4baf29 * ext/tk/tcltklib.c: make SEGV risk lower at exit.
* ext/tk/lib/tk.rb: ditto.

* ext/tk/lib/multi-tk.rb: fail to call function-style methods on slave
  interpreters. The strategy (MultiTkIp_PseudoToplevel_Evaluable) to
  fix the problem is a little tricky. You may have to take care of
  conflicting with it.
* ext/tk/lib/tk.rb: a little change for the pseudo-toplevel strategy.
* ext/tk/lib/tk/font.rb: ditto.
* ext/tk/lib/tk/msgcat.rb: ditto.
* ext/tk/lib/tkextlib/itk/incr_tk.rb: ditto.

* ext/tk/sample/demos-en/widget: fail to call function-style methods
  on sample scripts. To fix it, a strategy which similar to the way
  on MultiTiIp is used. Please take care when re-write and re-run a
  demo script on the Widget-Demo code viewer.
* ext/tk/sample/demos-jp/widget: ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-07-10 09:52:30 +00:00
..
demos-en * ext/tk/tcltklib.c: make SEGV risk lower at exit. 2006-07-10 09:52:30 +00:00
demos-jp * ext/tk/tcltklib.c: make SEGV risk lower at exit. 2006-07-10 09:52:30 +00:00
images This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-05-01 16:09:55 +00:00
msgs_rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
msgs_rb2 This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-05-01 16:09:55 +00:00
msgs_tk This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-05-01 16:09:55 +00:00
tcltklib This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2005-02-03 15:31:58 +00:00
tkextlib * ext/tk/lib/tkextlib/SUPPORT_STATUS: update to support libraries in 2005-12-11 14:59:49 +00:00
24hr_clock.rb * ext/tk/sample/24hr_clock.rb: a new example about handling of canvas items. 2005-11-15 07:51:30 +00:00
binding_sample.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
bindtag_sample.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
binstr_usage.rb This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-05-01 16:09:55 +00:00
btn_with_frame.rb This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-05-01 16:09:55 +00:00
cd_timer.rb * ext/tk/lib/tk/timer.rb (TkTimer): forgot to clear @return_value 2005-03-14 10:42:46 +00:00
cmd_res_test.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
cmd_resource * ext/tk/lib/tk/image.rb: bug fix 2004-10-04 03:56:00 +00:00
encstr_usage.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
irbtk.rb This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2005-03-02 07:08:18 +00:00
iso2022-kr.txt This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-05-01 16:09:55 +00:00
menubar1.rb This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-06-12 15:25:50 +00:00
menubar2.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
multi-ip_sample.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
multi-ip_sample2.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
optobj_sample.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
propagate.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
remote-ip_sample.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
remote-ip_sample2.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +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 * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
scrollframe.rb This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2005-12-11 14:59:50 +00:00
tkalignbox.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkballoonhelp.rb * ext/tk/sample/tkballoonhelp.rb: [bug fix] couldn't add to a widget 2006-01-12 02:56:11 +00:00
tkbiff.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkbrowse.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkcombobox.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkdialog.rb * (bug fix) TkEntry#delete 2003-08-02 05:04:30 +00:00
tkfrom.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkhello.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkline.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkmenubutton.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkmsgcat-load_rb.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkmsgcat-load_rb2.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkmsgcat-load_tk.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkmulticolumnlist.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkmultilistbox.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkmultilistframe.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkoptdb-safeTk.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkoptdb.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkrttimer.rb This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2005-03-10 10:14:13 +00:00
tktextframe.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tktextio.rb * ext/tcltklib/tcltklib.c (lib_eventloop_ensure): mis-delete a timer 2005-03-10 10:14:13 +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/tcltklib/stubs.c: When --enable-tcltk-stubs, the initialize 2005-07-28 09:15:37 +00:00
tktree.tcl This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-05-16 21:43:38 +00:00