X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Ftreelistctrl.h;h=5c23dfce37bdf3a982dbd44b07bc83f2248ca3bb;hb=29cfc2f238ce7c522d3c878e032982d3a52d1044;hp=a5c31b8e491b7dee8d11517e99330f41e30409b3;hpb=40f4fe3fb126ac71cbd74e5e94bd693f9e1579e3;p=creaImageIO.git diff --git a/src/treelistctrl.h b/src/treelistctrl.h index a5c31b8..5c23dfc 100644 --- a/src/treelistctrl.h +++ b/src/treelistctrl.h @@ -4,7 +4,7 @@ // Author: Robert Roebling // Maintainer: Otto Wyss // Created: 01/02/97 -// RCS-ID: $Id: treelistctrl.h,v 1.2 2008/09/30 08:41:54 guigues Exp $ +// RCS-ID: $Id: treelistctrl.h,v 1.3 2008/10/01 14:23:59 guigues Exp $ // Copyright: (c) 2004 Robert Roebling, Julian Smart, Alberto Griggio, // Vadim Zeitlin, Otto Wyss // Licence: wxWindows @@ -371,6 +371,9 @@ public: // wxTreeItemId GetSelection() const; wxTreeItemId GetCurrent() const; + // returns the number of currently selected items + size_t GetSelectionSize() const; + // get the items currently selected, return the number of such item size_t GetSelections (wxArrayTreeItemIds&) const;