1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
nagai 79edd1af70 tk.rb :
* add and modify :
      TkWidget.database_class, TkWidget.database_classname,
      TkWidget#database_class, TkWidget#database_classname
  * instances of a subclass of TkToplevel or TkFrame are
    created with ":class=>subclass" option as default.
    For example, the followings create similar objects.
      (1) TkFrame.new(:class=>'XXX')
      (2) class XXX < TkFrame; end; XXX.new

sample/tkoptdb.rb :
  * add new part of sample script


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-06-25 14:40:32 +00:00
..
bigdecimal bigdecimal-brushup.patch from Tadashi Saito applied. 2003-05-06 13:18:26 +00:00
curses * ext/curses/curses.c (window_s_allocate,curses_finalize): 2003-06-05 09:36:30 +00:00
dbm
digest * ext/digest/defs.h: better support for old Cygwin, again. 2003-06-01 15:39:52 +00:00
dl * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead of 2003-06-16 07:25:38 +00:00
etc
fcntl
gdbm
iconv
nkf
pty * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value) 2003-05-19 15:45:46 +00:00
racc/cparse
readline
sdbm
socket * io.c (io_close): missing prototype. 2003-06-23 14:55:09 +00:00
stringio
strscan
syck * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented. 2003-06-18 01:06:00 +00:00
syslog
tcltklib Ruby/Tk libraries except tk.rb : 2003-06-21 08:47:22 +00:00
tk tk.rb : 2003-06-25 14:40:32 +00:00
Win32API
win32ole * io.c (io_close): missing prototype. 2003-06-23 14:55:09 +00:00
zlib *** empty log message *** 2003-06-18 14:38:06 +00:00
.cvsignore
configsub.rb
extmk.rb
Setup * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_id 2003-05-13 22:29:52 +00:00
Setup.atheos * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_id 2003-05-13 22:29:52 +00:00
Setup.dj * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_id 2003-05-13 22:29:52 +00:00
Setup.emx * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_id 2003-05-13 22:29:52 +00:00
Setup.nt * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_id 2003-05-13 22:29:52 +00:00
Setup.x68 * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_id 2003-05-13 22:29:52 +00:00