itk(3itk)


NAME

   itk - framework for building mega-widgets in Tcl/Tk
_________________________________________________________________

DESCRIPTION

   Mega-widgets  are  high-level  widgets  that  are  constructed using Tk
   widgets  as  component  parts,  usually  without   any   C   code.    A
   fileselectionbox,  for  example,  may  have a few listboxes, some entry
   widgets and some control buttons.  These  individual  widgets  are  put
   together  in  a  way  that  makes  them  act  like  one  big widget.  A
   fileselectionbox mega-widget can be created with a command like:
          fileselectionbox .fsb -background blue -foreground white
   Once it has been created, it can be reconfigured with a command like:
          .fsb configure -background green -foreground black
   and all of its internal components will change color.  Each mega-widget
   has  a  set of methods that can be used to manipulate it.  For example,
   the current selection can be queried from a fileselectionbox like this:
          set fileName [.fsb get]
   In effect, a mega-widget looks and acts exactly like a Tk  widget,  but
   is considerably easier to implement.

   [incr Tk] is a framework for building mega-widgets.  It uses [incr Tcl]
   to support the object paradigm, and adds  base  classes  which  provide
   default widget behaviors.

   All  [incr Tk] widgets are derived from the Archetype base class.  This
   class manages internal component widgets,  and  provides  methods  like
   "configure" and "cget" to access configuration options.

   The Widget base class inherits everything from Archetype, and adds a Tk
   frame which acts as a container for the mega-widget.   It  is  used  to
   build  mega-widgets  that  sit  inside  of  other frames and toplevels.
   Derived classes create other internal components and pack them into the
   "hull" frame created by the Widget base class.

   The  Toplevel base class inherits everything from Archetype, but adds a
   Tk toplevel which acts as a container for the mega-widget.  It is  used
   to  build  mega-widgets,  such  as  dialog  boxes,  that have their own
   toplevel window.  Derived classes create other internal components  and
   pack them into the "hull" toplevel created by the Toplevel base class.

[incr Widgets] LIBRARY

   [incr Widgets]  is a mega-widget library built using [incr Tk].  It can
   be used right out of the box,  and  contains  more  than  30  different
   widget classes, including:

   -      fileselectiondialog

   -      tabnotebook

   -      panedwindow

   -      combobox

   -      optionmenu

   -      scrolledlistbox

   -      scrolledframe

   -      messagedialog

   -      and many others...

   The  catalog  demo  in  the "iwidgets/demos" directory shows all of the
   available widgets in action.  Each widget class has its  own  man  page
   describing the features available.

KEYWORDS

   class, object, object-oriented, mega-widget





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.