OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [itcl/] [iwidgets3.0.0/] [README] - Diff between revs 578 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 578 Rev 1765
------------------------------------------------------------------------------
------------------------------------------------------------------------------
                    [incr Widgets] - version 3.0.0
                    [incr Widgets] - version 3.0.0
------------------------------------------------------------------------------
------------------------------------------------------------------------------
 This version is compatible with itcl3.0
 This version is compatible with itcl3.0
 Please send general comments or suggestions to mulferts@spd.dsccc.com.
 Please send general comments or suggestions to mulferts@spd.dsccc.com.
 Should you have an enhancement or comment regarding a specific mega-widget,
 Should you have an enhancement or comment regarding a specific mega-widget,
 please send email to the author listed in the source header.
 please send email to the author listed in the source header.
==============================================================================
==============================================================================
           Copyright (c) 1995   DSC Technologies Corporation
           Copyright (c) 1995   DSC Technologies Corporation
==============================================================================
==============================================================================
 This software is copyrighted by DSC Technologies and private individual
 This software is copyrighted by DSC Technologies and private individual
 contributors.  The copyright holder is specifically listed in the header
 contributors.  The copyright holder is specifically listed in the header
 of each file.  The following terms apply to all files associated with the
 of each file.  The following terms apply to all files associated with the
 software unless explicitly disclaimed in individual files by private
 software unless explicitly disclaimed in individual files by private
 contributors.
 contributors.
 Permission to use, copy, modify, distribute and license this software and
 Permission to use, copy, modify, distribute and license this software and
 its documentation for any purpose, and without fee or written agreement
 its documentation for any purpose, and without fee or written agreement
 with DSC, is hereby granted, provided that the above copyright notice
 with DSC, is hereby granted, provided that the above copyright notice
 appears in all copies and that both the copyright notice and warranty
 appears in all copies and that both the copyright notice and warranty
 disclaimer below appear in supporting documentation, and that the names of
 disclaimer below appear in supporting documentation, and that the names of
 DSC Technologies Corporation or DSC Communications Corporation not be used
 DSC Technologies Corporation or DSC Communications Corporation not be used
 in advertising or publicity pertaining to the software without specific,
 in advertising or publicity pertaining to the software without specific,
 written prior permission.
 written prior permission.
 DSC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
 DSC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, AND NON-INFRINGEMENT.
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, AND NON-INFRINGEMENT.
 THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND
 THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND
 DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
 DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
 ENHANCEMENTS, OR MODIFICATIONS. IN NO EVENT SHALL DSC BE LIABLE FOR ANY
 ENHANCEMENTS, OR MODIFICATIONS. IN NO EVENT SHALL DSC BE LIABLE FOR ANY
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
 CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION, ARISING OUT OF OR IN
 CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION, ARISING OUT OF OR IN
 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 RESTRICTED RIGHTS: Use, duplication or disclosure by the government
 RESTRICTED RIGHTS: Use, duplication or disclosure by the government
 is subject to the restrictions as set forth in subparagraph (c) (1) (ii)
 is subject to the restrictions as set forth in subparagraph (c) (1) (ii)
 of the Rights in Technical Data and Computer Software Clause as DFARS
 of the Rights in Technical Data and Computer Software Clause as DFARS
 252.227-7013 and FAR 52.227-19.
 252.227-7013 and FAR 52.227-19.
==============================================================================
==============================================================================
 OVERVIEW
 OVERVIEW
------------------------------------------------------------------------------
------------------------------------------------------------------------------
 - Introduction
 - Introduction
 - Distribution
 - Distribution
 - Web site
 - Web site
 - Getting started
 - Getting started
 - Contributions
 - Contributions
 - Acknowledgements
 - Acknowledgements
------------------------------------------------------------------------------
------------------------------------------------------------------------------
 Introduction
 Introduction
------------------------------------------------------------------------------
------------------------------------------------------------------------------
 [incr Widgets] is an object-oriented mega-widget set which extends
 [incr Widgets] is an object-oriented mega-widget set which extends
 Tcl/Tk and is based on [incr Tcl] and [incr Tk].  This set of mega-widgets
 Tcl/Tk and is based on [incr Tcl] and [incr Tk].  This set of mega-widgets
 delivers many new, general purpose widgets like option menus, comboboxes,
 delivers many new, general purpose widgets like option menus, comboboxes,
 selection boxes, and various dialogs whose couterparts are found in Motif
 selection boxes, and various dialogs whose couterparts are found in Motif
 and Windows. Since [incr Widgets] is based on the [incr Tk] extension, the
 and Windows. Since [incr Widgets] is based on the [incr Tk] extension, the
 Tk framework of configuration options, widget commands, and default bindings
 Tk framework of configuration options, widget commands, and default bindings
 is maintained.  In other words, each [incr Widgets] mega-widget seamlessly
 is maintained.  In other words, each [incr Widgets] mega-widget seamlessly
 blends with the standard Tk widgets. They look, act and feel like Tk
 blends with the standard Tk widgets. They look, act and feel like Tk
 widgets. In addition, all [incr Widgets] mega-widgets are object oriented and
 widgets. In addition, all [incr Widgets] mega-widgets are object oriented and
 may themselves be extended, using either inheritance or composition.
 may themselves be extended, using either inheritance or composition.
 [incr Widgets] offers a strong object-oriented foundation which addresses
 [incr Widgets] offers a strong object-oriented foundation which addresses
 the need for a flexible and extensible mega-widget set. Its usage replaces
 the need for a flexible and extensible mega-widget set. Its usage replaces
 common widget combinations with higher level abstractions, simplifying code,
 common widget combinations with higher level abstractions, simplifying code,
 reducing errors, increasing readability, adding productivity, and promoting
 reducing errors, increasing readability, adding productivity, and promoting
 a singular look-and-feel.  The ability to extend [incr Widgets] enables
 a singular look-and-feel.  The ability to extend [incr Widgets] enables
 developers to create new mega-widgets based on previous work.
 developers to create new mega-widgets based on previous work.
 In short, [incr Widgets] is a library of reusable mega-widgets that can
 In short, [incr Widgets] is a library of reusable mega-widgets that can
 be easily extended using composition or inheritance, allowing quicker
 be easily extended using composition or inheritance, allowing quicker
 development of large scale applications. Usage drastically reduces
 development of large scale applications. Usage drastically reduces
 development time. New dialogs can be created in hours. Whole applications
 development time. New dialogs can be created in hours. Whole applications
 in a few days. Reuse becomes a reality. Many projects are benefitting frm
 in a few days. Reuse becomes a reality. Many projects are benefitting frm
 the intergration of this mega-widget set into their development strategy.
 the intergration of this mega-widget set into their development strategy.
 [incr Widgets] is an [incr Tcl] and [incr Tk] success story. Good products
 [incr Widgets] is an [incr Tcl] and [incr Tk] success story. Good products
 come from good foundations.
 come from good foundations.
 Distribution
 Distribution
------------------------------------------------------------------------------
------------------------------------------------------------------------------
 The [incr Widgets] distribution is included with [incr Tcl] version 2.0
 The [incr Widgets] distribution is included with [incr Tcl] version 2.0
 and greater. It is available via ftp at ftp.neosoft.com/tcl. Consult the
 and greater. It is available via ftp at ftp.neosoft.com/tcl. Consult the
 included release documentation for installation notes.  For the latest
 included release documentation for installation notes.  For the latest
 in distribution information, this web site should be consulted.
 in distribution information, this web site should be consulted.
 The [incr Tcl] distribution will always include the most current release
 The [incr Tcl] distribution will always include the most current release
 of [incr Widgets] which was possible at the time of its release. It is
 of [incr Widgets] which was possible at the time of its release. It is
 anticipated that [incr Widgets] will change more rapidly than [incr Tcl].
 anticipated that [incr Widgets] will change more rapidly than [incr Tcl].
 This being the case, in between [incr Tcl] releases, the latest version
 This being the case, in between [incr Tcl] releases, the latest version
 of [incr Widgets] is also separately available via ftp at the same
 of [incr Widgets] is also separately available via ftp at the same
 location list above as well as the web site.
 location list above as well as the web site.
 The version number of [incr Widgets] tracks the release of [incr Tcl]
 The version number of [incr Widgets] tracks the release of [incr Tcl]
 for which it is compatible. The version numbering system for [incr Widgets]
 for which it is compatible. The version numbering system for [incr Widgets]
 includes an extra number. For example version 2.1.1 of [incr Widgets] is
 includes an extra number. For example version 2.1.1 of [incr Widgets] is
 compatible with [incr Tcl] 2.1. As the minor number of [incr Tcl] increases
 compatible with [incr Tcl] 2.1. As the minor number of [incr Tcl] increases
 the second digit of the [incr Widgets] version varies. This makes for
 the second digit of the [incr Widgets] version varies. This makes for
 easy release identification.
 easy release identification.
 Web site
 Web site
------------------------------------------------------------------------------
------------------------------------------------------------------------------
 For the most current news regarding [incr Widgets] please consult the web
 For the most current news regarding [incr Widgets] please consult the web
 set - http://www.tcltk.com/iwidgets.  The site contains a lot of good
 set - http://www.tcltk.com/iwidgets.  The site contains a lot of good
 information such as tutotials, man pages, and examples.  Plus, I'm real
 information such as tutotials, man pages, and examples.  Plus, I'm real
 proud of our new logo.  Also, catch our picture under the development
 proud of our new logo.  Also, catch our picture under the development
 team link.  Many thanks to the good people at Webnet Technologies for
 team link.  Many thanks to the good people at Webnet Technologies for
 the excellent web production work.  Joe Bob says "Check it out !"
 the excellent web production work.  Joe Bob says "Check it out !"
 Getting started
 Getting started
------------------------------------------------------------------------------
------------------------------------------------------------------------------
 The "doc" directory contains man pages and a technical paper. The man
 The "doc" directory contains man pages and a technical paper. The man
 pages are installed under the man directory off your --prefix.  In
 pages are installed under the man directory off your --prefix.  In
 addition, the makefile includes an install-html target for creating
 addition, the makefile includes an install-html target for creating
 a HTML version of the man pages.  They are placed under your prefixed
 a HTML version of the man pages.  They are placed under your prefixed
 doc directory.
 doc directory.
   doc/iwidgets.ps ... Updated paper presented at Tcl Workshop 95.
   doc/iwidgets.ps ... Updated paper presented at Tcl Workshop 95.
   doc/*.n ........... Man pages
   doc/*.n ........... Man pages
 The "demos" directory contains demo scripts for each mega-widget.  The
 The "demos" directory contains demo scripts for each mega-widget.  The
 demos are also installed under the lib directory off your --prefix.
 demos are also installed under the lib directory off your --prefix.
   demos/catalog ..... Comprehensive demo package which illustrates
   demos/catalog ..... Comprehensive demo package which illustrates
                       [incr Widgets] usage additionally displaying the
                       [incr Widgets] usage additionally displaying the
                       source.
                       source.
 The "tests" directory contains a set of test scripts for [incr Widgets].
 The "tests" directory contains a set of test scripts for [incr Widgets].
 They also make for a great demo of the flexiblity of the mega-widgets.
 They also make for a great demo of the flexiblity of the mega-widgets.
 Once you've built your itkwish, try firing it up and sourcing "all" in
 Once you've built your itkwish, try firing it up and sourcing "all" in
 the tests directory.
 the tests directory.
 Installation
 Installation
------------------------------------------------------------------------------
------------------------------------------------------------------------------
  [incr Tcl] with [incr Widgets]
  [incr Tcl] with [incr Widgets]
  As previously stated, the latest version of itcl contains the latest
  As previously stated, the latest version of itcl contains the latest
  version of iwidgets.  Having the itcl distribution is a prerequsite
  version of iwidgets.  Having the itcl distribution is a prerequsite
  to using iwidgets.  Thus, if you don't have itcl follow the these steps
  to using iwidgets.  Thus, if you don't have itcl follow the these steps
  to acquire itcl and iwidgets.
  to acquire itcl and iwidgets.
  1)  Read the distribution section notes above.
  1)  Read the distribution section notes above.
  2)  Obtain the [incr Tcl] 3.x distribution from the archive site like this:
  2)  Obtain the [incr Tcl] 3.x distribution from the archive site like this:
        ftp ftp.neosoft.com
        ftp ftp.neosoft.com
        cd /pub/tcl/sorted/devel/
        cd /pub/tcl/sorted/devel/
        binary
        binary
        get itcl3.0.tar.gz
        get itcl3.0.tar.gz
        get itcl3.0.README
        get itcl3.0.README
        quit
        quit
  3)  Follow the directions in the itcl README file.
  3)  Follow the directions in the itcl README file.
  If you've already got itcl and have found a newer version of iwidgets
  If you've already got itcl and have found a newer version of iwidgets
  at neosoft, then follow the following steps.
  at neosoft, then follow the following steps.
  1)  Read the distribtion scetion notes above.
  1)  Read the distribtion scetion notes above.
  2)  Obtain the [incr Widgets] 3.x.y distribution from the archive site
  2)  Obtain the [incr Widgets] 3.x.y distribution from the archive site
      like this:
      like this:
        ftp ftp.neosoft.com
        ftp ftp.neosoft.com
        cd /pub/tcl/sorted/devel/
        cd /pub/tcl/sorted/devel/
        binary
        binary
        get iwidgets3.0.1.tar.gz
        get iwidgets3.0.1.tar.gz
        quit
        quit
  3)  cd to your compatable itcl source directory.  For example:
  3)  cd to your compatable itcl source directory.  For example:
        cd /usr/local/src/itcl3.0
        cd /usr/local/src/itcl3.0
  4)  Uncompress and untar the iwidgets distribution:
  4)  Uncompress and untar the iwidgets distribution:
        gunzip iwidgets3.0.1.tar.gz
        gunzip iwidgets3.0.1.tar.gz
        tar xvf iwidgets3.0.1.tar
        tar xvf iwidgets3.0.1.tar
  5)  Run the configuration script:
  5)  Run the configuration script:
        cd iwidgets3.0.1
        cd iwidgets3.0.1
        ./configure
        ./configure
      or, for systems that don't recognize "#!" in shell scripts:
      or, for systems that don't recognize "#!" in shell scripts:
        cd itcl3.0
        cd itcl3.0
        /bin/sh ./configure
        /bin/sh ./configure
      By default, the configuration script will set things up
      By default, the configuration script will set things up
      to be installed in "/usr/local".  You can change this
      to be installed in "/usr/local".  You can change this
      by specifying a different "prefix" in the "configure" command.
      by specifying a different "prefix" in the "configure" command.
      You'll want to use the same value you used for the prefix in
      You'll want to use the same value you used for the prefix in
      the configuration of your itcl3.0 distribution.
      the configuration of your itcl3.0 distribution.
        ./configure --prefix=/your/install/path
        ./configure --prefix=/your/install/path
      You can also add options for a particular "cc" compiler and
      You can also add options for a particular "cc" compiler and
      compiler flags:
      compiler flags:
        ./configure --with-cc=gcc --with-cflags=-g
        ./configure --with-cc=gcc --with-cflags=-g
      The "configure" script generates new Makefiles from their
      The "configure" script generates new Makefiles from their
      respective templates (Makefile.in).
      respective templates (Makefile.in).
  6)  Build the iwidgets library:
  6)  Build the iwidgets library:
        make all
        make all
  7)  Install the iwidgets library, man pages and script files.
  7)  Install the iwidgets library, man pages and script files.
        make install
        make install
  8)  Optionally, you can install the html'ed version of the iwidgets
  8)  Optionally, you can install the html'ed version of the iwidgets
      man pages:
      man pages:
        make install-html
        make install-html
 Contributions
 Contributions
------------------------------------------------------------------------------
------------------------------------------------------------------------------
 I feel that [incr Widgets] is a good start in the direction of establishing
 I feel that [incr Widgets] is a good start in the direction of establishing
 a strong set of object-oriented mega-widgets, but I swear that everytime I
 a strong set of object-oriented mega-widgets, but I swear that everytime I
 go back and look at the source I see an even better more simplier way
 go back and look at the source I see an even better more simplier way
 something could have been accomplished.  Should anybody within the Tcl/Tk
 something could have been accomplished.  Should anybody within the Tcl/Tk
 community come upon an even better way, a great enhancement, or an awesome
 community come upon an even better way, a great enhancement, or an awesome
 new mega-widget altogether, please don't hesitate to send it to the author
 new mega-widget altogether, please don't hesitate to send it to the author
 listed in the header or myself, mulferts@spd.dsccc.com, as moderator. I or
 listed in the header or myself, mulferts@spd.dsccc.com, as moderator. I or
 any of the development team members are always available via email for a
 any of the development team members are always available via email for a
 technical interchange of ideas.
 technical interchange of ideas.
 [incr Widgets] is a continuing effort. We have many new mega-widgets
 [incr Widgets] is a continuing effort. We have many new mega-widgets
 currently under development and are actively looking for volunteers willing
 currently under development and are actively looking for volunteers willing
 to contribute their own [incr Tk] based mega-widgets for inclusion into
 to contribute their own [incr Tk] based mega-widgets for inclusion into
 the [incr Widgets] set. The distribution is moderated. Contributed
 the [incr Widgets] set. The distribution is moderated. Contributed
 mega-widgets should be of good quality and complete with documentation,
 mega-widgets should be of good quality and complete with documentation,
 tests, and demonstrations. Please follow the coding style found in the
 tests, and demonstrations. Please follow the coding style found in the
 distribution source. This includes man page and test script formats as well.
 distribution source. This includes man page and test script formats as well.
 The languages and extensions on which [incr Widgets] is based are of high
 The languages and extensions on which [incr Widgets] is based are of high
 standards. [incr Widgets] strives to attain this same level.  Be fore
 standards. [incr Widgets] strives to attain this same level.  Be fore
 warned, the moderator is a facist.
 warned, the moderator is a facist.
 Acknowledgements
 Acknowledgements
------------------------------------------------------------------------------
------------------------------------------------------------------------------
 Thanks to the original develment team, comprised of Mark Ulferts, Sue
 Thanks to the original develment team, comprised of Mark Ulferts, Sue
 Yockey, Bret Schuhmacher, Alfredo Jahn, John Sigler, and Bill Scott.  Also
 Yockey, Bret Schuhmacher, Alfredo Jahn, John Sigler, and Bill Scott.  Also
 thanks to Mark Harrison for his influence, confidence, and ideas.
 thanks to Mark Harrison for his influence, confidence, and ideas.
 Thanks also to the new set of contributors which include John Tucker,
 Thanks also to the new set of contributors which include John Tucker,
 Mitch Gorman, John Reekie, Alfredo Jahn, Ken Copeland, Tako Schotanus,
 Mitch Gorman, John Reekie, Alfredo Jahn, Ken Copeland, Tako Schotanus,
 Tony Parent and Michael McLennan
 Tony Parent and Michael McLennan
 Thanks to Michael McLennan, creator of [incr Tcl] and [incr Tk], for the
 Thanks to Michael McLennan, creator of [incr Tcl] and [incr Tk], for the
 beta copies, training, assistance, and his infectious enthusiasm.
 beta copies, training, assistance, and his infectious enthusiasm.
 Thanks to DSC Communications for picking up the copyright and supporting
 Thanks to DSC Communications for picking up the copyright and supporting
 the public release of this software.
 the public release of this software.
 Thanks to John P. Davis for creating the [incr Widgets] "Flaming Toaster"
 Thanks to John P. Davis for creating the [incr Widgets] "Flaming Toaster"
 logo which can be seen at http://www.tcltk.com/iwidgets
 logo which can be seen at http://www.tcltk.com/iwidgets
 Thanks to WebNet Technologies for their assistance is designing the [incr
 Thanks to WebNet Technologies for their assistance is designing the [incr
 Widgets] web site, as well as hosting it.
 Widgets] web site, as well as hosting it.
 Special thanks to my wife Karen for supporting this effort and to our two
 Special thanks to my wife Karen for supporting this effort and to our two
 girls, Katelyn and Bailey, who occasionally shared the PC with me.  Also
 girls, Katelyn and Bailey, who occasionally shared the PC with me.  Also
 thanks to my Discman and its relentless power supply as well as my rock
 thanks to my Discman and its relentless power supply as well as my rock
 and roll CD collection.  No music, no software.
 and roll CD collection.  No music, no software.
--
--
 ____________________________________________________________________________
 ____________________________________________________________________________
    _/_/   _/_/    _/        _/    _/   Mark L. Ulferts
    _/_/   _/_/    _/        _/    _/   Mark L. Ulferts
   _/ _/ _/ _/    _/        _/    _/    ulferts@swbell.net
   _/ _/ _/ _/    _/        _/    _/    ulferts@swbell.net
  _/  _/_/ _/    _/        _/    _/     mulferts@austin.dsccc.com
  _/  _/_/ _/    _/        _/    _/     mulferts@austin.dsccc.com
 _/   _/  _/ _/ _/_/_/ _/ _/_/_/_/ _/   DSC Communications Corp, Austin Texas
 _/   _/  _/ _/ _/_/_/ _/ _/_/_/_/ _/   DSC Communications Corp, Austin Texas
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.