]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/tracker.h
added test of focusing/selecting another item
[wxWidgets.git] / interface / tracker.h
index 1ba2aa1a53df50f102fe58b575c520a270d2ed31..64484b10d139778964507566bd2d8b9d0141a18f 100644 (file)
@@ -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:
 
 };
+