]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/listctrl.h
Split documentation of non-GUI wxEvent-related classes.
[wxWidgets.git] / interface / wx / listctrl.h
index daba91dc35acde57d35153375c997d8e61362df1..db2c7c769c096a1495bffc4e2b3cdc217fa69b13 100644 (file)
@@ -1295,7 +1295,7 @@ protected:
     @endEventTable
 
 
-    @library{wxbase}
+    @library{wxcore}
     @category{events}
 
     @see wxListCtrl
@@ -1412,7 +1412,7 @@ wxEventType wxEVT_COMMAND_LIST_ITEM_FOCUSED;
 
     Represents the attributes (color, font, ...) of a wxListCtrl's wxListItem.
 
-    @library{wxbase}
+    @library{wxcore}
     @category{data}
 
     @see @ref overview_listctrl, wxListCtrl, wxListItem
@@ -1614,7 +1614,7 @@ public:
     or SetFont() functions on it passing it the colour/font to use.
     If the colour/font is not specified, the default list control colour/font is used.
 
-    @library{wxbase}
+    @library{wxcore}
     @category{data}
 
     @see wxListCtrl