<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
The getBoundingRect function in for instance wxTreeCtrl has the type
getBoundingRect(This, Item, Rect) -> boolean(), indicating that
one has to pass a Rect(angle) to it.<br>
However, the corresponding wx method
<p>
<b>bool</b> <b>GetBoundingRect</b>(<b>const <a
href="http://docs.wxwidgets.org/2.8/wx_wxtreeitemid.html#wxtreeitemid">wxTreeItemId</a>&</b><i>
item</i>, <b><a
href="http://docs.wxwidgets.org/2.8/wx_wxrect.html#wxrect">wxRect</a>&
</b><i>rect</i>, <b>bool </b><i>textOnly = <tt>false</tt></i>)
<b>const</b></p>
actually returns the bounding rectangle for the item in the
argument. <br>
Any way around this?<br>
<br>
Thanks,<br>
Lars-Ake<br>
<br>
</body>
</html>