[Python-checkins] r63653 - in sandbox/trunk/ttk-gsoc: Doc/library/ttk.rst README

guilherme.polo python-checkins at python.org
Mon May 26 02:34:12 CEST 2008


Author: guilherme.polo
Date: Mon May 26 02:34:12 2008
New Revision: 63653

Log:
Minor update in README regarding the idle patch;
Documented option 'unit' and removed options 'border' and 'expand' from
Layouts documentation because they are very likely to go away.


Modified:
   sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst
   sandbox/trunk/ttk-gsoc/README

Modified: sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst
==============================================================================
--- sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst	(original)
+++ sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst	Mon May 26 02:34:12 2008
@@ -1320,14 +1320,10 @@
  * sticky: nswe
     Specifies where the element is placed inside its allocated parcel.
 
- * expand: 0 or 1
-    XXX
-
- * border: 0 or 1
-    XXX
-
  * unit: 0 or 1
-    XXX
+    If set to 1, causes the element and all of its descendants to be treated as
+    a single element for the purposes of :meth:`Widget.identify` et al. It's
+    used for things like scrollbar thumbs with grips.
 
  * children: [sublayout... ]
     Specifies a list of elements to place inside the element. Each

Modified: sandbox/trunk/ttk-gsoc/README
==============================================================================
--- sandbox/trunk/ttk-gsoc/README	(original)
+++ sandbox/trunk/ttk-gsoc/README	Mon May 26 02:34:12 2008
@@ -62,7 +62,8 @@
 
 Another part of the project is moving the idlelib to use the new ttk
 widgets and to add the possibility to use tabs instead of windows to
-display multiple shells and files.
+display multiple shells and files. I'm also changing a bit the layout
+of some of the idlelib dialogs.
 
 
 Testing it


More information about the Python-checkins mailing list