summaryrefslogtreecommitdiffstats
path: root/doc/What's New in TkTreeCtrl.html
diff options
context:
space:
mode:
authortreectrl <treectrl>2006-11-21 02:09:35 (GMT)
committertreectrl <treectrl>2006-11-21 02:09:35 (GMT)
commit56cc4d570fc2ee79d6e1663f32989626c767abba (patch)
treee4fb3b833f29dae3d8c47b7579278f3aaaa0544f /doc/What's New in TkTreeCtrl.html
parent25c28533fcd13c1376757edeba8477bdcba941e2 (diff)
downloadtktreectrl-56cc4d570fc2ee79d6e1663f32989626c767abba.zip
tktreectrl-56cc4d570fc2ee79d6e1663f32989626c767abba.tar.gz
tktreectrl-56cc4d570fc2ee79d6e1663f32989626c767abba.tar.bz2
Added [bbox] command.
Diffstat (limited to 'doc/What's New in TkTreeCtrl.html')
-rw-r--r--doc/What's New in TkTreeCtrl.html35
1 files changed, 34 insertions, 1 deletions
diff --git a/doc/What's New in TkTreeCtrl.html b/doc/What's New in TkTreeCtrl.html
index df316b7..2bafbec 100644
--- a/doc/What's New in TkTreeCtrl.html
+++ b/doc/What's New in TkTreeCtrl.html
@@ -2,7 +2,7 @@
<html>
<head>
-<!-- $Id: What's\040New\040in\040TkTreeCtrl.html,v 1.20 2006/11/19 00:56:19 treectrl Exp $ -->
+<!-- $Id: What's\040New\040in\040TkTreeCtrl.html,v 1.21 2006/11/21 02:09:35 treectrl Exp $ -->
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>What's New in TkTreeCtrl</title>
@@ -83,6 +83,39 @@ the selection. For example:<br>
</tr>
+ <tr>
+
+ <th style="background-color: rgb(255, 255, 204); width: 50%;">New</th>
+
+ <th style="background-color: rgb(204, 255, 255);">Comment</th>
+
+ </tr>
+
+ <tr>
+
+ <td>bbox</td>
+
+ <td>Returns the bounding box of different areas of the
+window. For example:<br>
+
+ <pre style="margin-left: 40px;">.t bbox</pre>
+
+will return the bounds of the window, and:<br>
+
+ <pre style="margin-left: 40px;">.t bbox header</pre>
+
+will return the bounds of the column headers, and:<br>
+
+ <pre style="margin-left: 40px;">.t bbox content</pre>
+
+will return the same result as the [contentbox] command, and:<br>
+
+ <pre style="margin-left: 40px;">.t bbox left<br>.t bbox right</pre>
+
+will return the bounds of the left-locked and right-locked columns.</td>
+
+ </tr>
+
</tbody>
</table>