Hi,
I have a suggestion for improving wxTreeListCtrl.
I wanted to add tool tips to a wxTreeListCtrl but had a little
trouble that I have since worked around. I want the tool tips to be
based on the item I'm hovering over.
To do this, I added a handler for mouse motion and am using HitTest
to fi
On Tue, Sep 8, 2009 at 2:56 AM, Christian Buhtz wrote:
> Carl Godkin schrieb:
> > I wanted to add tool tips to a wxTreeListCtrl but had a little
> > trouble that I have since worked around. I want the tool tips to be
> > based on the item I'm hovering over.
>
&
On Tue, Sep 8, 2009 at 4:00 PM, Christian Buhtz wrote:
> Carl Godkin schrieb:
> > If you just make the small changes I mentioned in the email it should
> > all work,
>
> Please make a diff/patch
>
Okay, they are attached. Thanks.
>
> > I should mention tha
On Sun, Sep 13, 2009 at 9:40 AM, Ronan Chartois wrote:
>
> Would you be happy with the following methods ?
>
> // set default tip (header, blank area)
> treeListCtrl->SetToolTip(const wxString &tip);
> // set tip for specific row
> treeListCtrl->SetToolTip(const wxTreeItemId& item, const wxSt