X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c913512a4c9f36e11e07ea707002fab1608d324..592584e4e9c3c01a05fda770dcd1f88a8a8d69f1:/interface/tracker.h diff --git a/interface/tracker.h b/interface/tracker.h index 1ba2aa1a53..64484b10d1 100644 --- a/interface/tracker.h +++ b/interface/tracker.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: tracker.h -// Purpose: documentation for wxTrackable class +// Purpose: interface of wxTrackable // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -13,7 +13,7 @@ Add-on base class for a trackable object. This class maintains an internal linked list of classes of type wxTrackerNode and calls OnObjectDestroy() on them if this object is destroyed. - The most common usage is by using the wxWeakRefT + The most common usage is by using the wxWeakRefT() class template which automates this. This class has no public API. Its only use is by deriving another class from it to make it trackable. @@ -35,3 +35,4 @@ class wxTrackable public: }; +