~ubuntu-branches/ubuntu/hardy/ruby1.8/hardy-updates

« back to all changes in this revision

Viewing changes to ext/tk/lib/README

  • Committer: Bazaar Package Importer
  • Author(s): akira yamada
  • Date: 2007-03-13 22:11:58 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070313221158-h3oql37brlaf2go2
Tags: 1.8.6-1
* new upstream version, 1.8.6.
* libruby1.8 conflicts with libopenssl-ruby1.8 (< 1.8.6) (closes: #410018)
* changed packaging style to cdbs from dbs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
README          this file
 
2
multi-tk.rb     multiple Tk interpreter (included safe-Tk) support
 
3
remotei-tk.rb   control remote Tk interpreter on the other process support
 
4
tk.rb           Tk interface
 
5
 
 
6
tk/             library files construct Ruby/Tk
 
7
 
 
8
tkextlib/       non-standard Tcl/Tk extension support libraries
 
9
 
 
10
*********************************************************************
 
11
***  The followings exists for backward compatibility only.
 
12
***  The only thing which they work is that requires current 
 
13
***  library files ( tk/*.rb ). 
 
14
*********************************************************************
 
15
tkafter.rb      handles Tcl after
 
16
tkbgerror.rb    Tk error module
 
17
tkcanvas.rb     Tk canvas interface
 
18
tkclass.rb      provides generic names for Tk classes
 
19
tkconsole.rb    console command support
 
20
tkdialog.rb     Tk dialog class
 
21
tkentry.rb      Tk entry class
 
22
tkfont.rb       Tk font support
 
23
tkmacpkg.rb     Mac resource support
 
24
tkmenubar.rb    TK menubar utility
 
25
tkmngfocus.rb   focus manager
 
26
tkpalette.rb    pallete support
 
27
tkscrollbox.rb  scroll box, also example of compound widget
 
28
tktext.rb       text classes
 
29
tkvirtevent.rb  virtual event support
 
30
tkwinpkg.rb     Win DDE and registry support