From: Carl G. <cg...@gm...> - 2009-09-13 19:31:36
|
On Sun, Sep 13, 2009 at 9:40 AM, Ronan Chartois <pgr...@ya...> 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 wxString &tip); > > If so I would merge your code into the control and add these 2 public > methods > > Hi Ronan, I think this is a fine idea. Thanks! carl |