]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/listctrl.h
add wxScrollHelper::ShowScrollbars() (implemented for GTK only right now, generic...
[wxWidgets.git] / interface / wx / listctrl.h
index fe4eda7324adcfd5fb120021fe6c2c75a08bcf94..0729e48382bb64bdbe847d2a671e08fe6e530391 100644 (file)
@@ -891,8 +891,8 @@ protected:
 
     /**
         This function must be overloaded in the derived class for a control with
-        @c wxLC_VIRTUAL style having an @ref SetImageList() "image list"
-        (if the control doesn't have an image list, it is not necessary to overload it).
+        @c wxLC_VIRTUAL style having an "image list" (see SetImageList(); if the
+        control doesn't have an image list, it is not necessary to overload it).
         It should return the index of the items image in the controls image list
         or -1 for no image.