From 32761161d19c530e17779f10f505d9a4b0b6fbbd Mon Sep 17 00:00:00 2001 From: treectrl Date: Mon, 13 Jun 2005 23:35:36 +0000 Subject: Added "Style Layout Options" section. --- doc/What's New in TkTreeCtrl.html | 65 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 62 insertions(+), 3 deletions(-) diff --git a/doc/What's New in TkTreeCtrl.html b/doc/What's New in TkTreeCtrl.html index a6539ff..0017fd7 100644 --- a/doc/What's New in TkTreeCtrl.html +++ b/doc/What's New in TkTreeCtrl.html @@ -1,7 +1,7 @@ - + What's New in TkTreeCtrl @@ -353,14 +353,73 @@ above +

Style Layout Options

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Usage ChangedHow it changed
-iexpandTwo new flags "x' and "y" are allowed. Previously, only the +-ipadx and -ipady padding could be expanded by this option. The new xy +flags expand the display area of the element, not the padding. To +update your code, you will probably want to change this:
+
+
$T style layout $S $E -iexpand we
+
+to this:
+
+
$T style layout $S $E -iexpand x
+
+Keep in mind that -union elements are not affected by -iexpand xy, +since the size of a -union element is determined by the elements it +surrounds.
New
+
-height
-maxheight
-maxwidth
-minheight
-minwidth
-sticky
-width

Element Changes