]> 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 41347abe1f1b3701fb7191380ea7193d5e9cac83..db2c7c769c096a1495bffc4e2b3cdc217fa69b13 100644 (file)
@@ -417,7 +417,7 @@ public:
 
         @since 2.9.5
     */
-    void EnableBellOnNoMatch(bool on);
+    void EnableBellOnNoMatch(bool on = true);
 
     /**
         Finish editing the label.
@@ -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