-wxWeakref<T> works for any objects that are derived from {\bf wxTrackableBase}
-or {\bf wxTrackable}. By default, wxEvtHandler and wxWindow derive from
-wxTrackableBase. However, wxObject does not, so types like {\bf wxFont} and
-{\bf wxColour} are not trackable. The example below shows how to create a
-wxObject derived class that is trackable:
+wxWeakref<T> works for any objects that are derived from
+\helpref{wxTrackableBase}{wxtrackablebase} or \helpref{wxTrackable}{wxtrackable}.
+By default, wxEvtHandler and wxWindow derive from wxTrackableBase. However,
+wxObject does not, so types like \helpref{wxFont}{wxfont} and
+\helpref{wxColour}{wxcolour} are not trackable. The example below shows how to
+create a wxObject derived class that is trackable: