~ubuntu-branches/ubuntu/maverick/python3.1/maverick

« back to all changes in this revision

Viewing changes to Demo/tix/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-03-23 00:01:27 UTC
  • Revision ID: james.westby@ubuntu.com-20090323000127-5fstfxju4ufrhthq
Tags: upstream-3.1~a1+20090322
ImportĀ upstreamĀ versionĀ 3.1~a1+20090322

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
About Tix.py
 
2
-----------
 
3
 
 
4
Tix.py is based on an idea of Jean-Marc Lugrin (lugrin@ms.com) who wrote
 
5
pytix (another Python-Tix marriage). Tix widgets are an attractive and
 
6
useful extension to Tk. See http://tix.sourceforge.net
 
7
for more details about Tix and how to get it.
 
8
 
 
9
Features:
 
10
        1) It is almost complete.
 
11
        2) Tix widgets are represented by classes in Python. Sub-widgets
 
12
           are members of the mega-widget class. For example, if a
 
13
           particular TixWidget (e.g. ScrolledText) has an embedded widget
 
14
           (Text in this case), it is possible to call the methods of the
 
15
           child directly.
 
16
        3) The members of the class are created automatically. In the case
 
17
           of widgets like ButtonBox, the members are added dynamically.
 
18
 
 
19