Server IP : 66.29.132.122 / Your IP : 18.220.221.114 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/self/root/lib64/python2.7/Demo/tix/ |
Upload File : |
About Tix.py ----------- Tix.py is based on an idea of Jean-Marc Lugrin (lugrin@ms.com) who wrote pytix (another Python-Tix marriage). Tix widgets are an attractive and useful extension to Tk. See http://tix.sourceforge.net for more details about Tix and how to get it. Features: 1) It is almost complete. 2) Tix widgets are represented by classes in Python. Sub-widgets are members of the mega-widget class. For example, if a particular TixWidget (e.g. ScrolledText) has an embedded widget (Text in this case), it is possible to call the methods of the child directly. 3) The members of the class are created automatically. In the case of widgets like ButtonBox, the members are added dynamically.