[wxCode-users] wxTreeListCtrl suggestion...

2009-09-07 Thread Carl Godkin
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

Re: [wxCode-users] wxTreeListCtrl suggestion...

2009-09-08 Thread Carl Godkin
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. > &

Re: [wxCode-users] wxTreeListCtrl suggestion...

2009-09-09 Thread Carl Godkin
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

Re: [wxCode-users] wxTreeListCtrl suggestion...

2009-09-13 Thread Carl Godkin
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