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
..
Win32API
bigdecimal
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
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
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
Setup
Setup.atheos
Setup.dj
Setup.emx
Setup.nt
Setup.x68
configsub.rb
extmk.rb