]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/listctrl.h
Use kCGBlendModeExclusion for wxCOMPOSITION_XOR operation.
[wxWidgets.git] / include / wx / generic / listctrl.h
index 629373b70693f3601d8eba7bcb5833e236be5c1c..81f91472804190c7218bc9363556c24fa93c6feb 100644 (file)
@@ -144,7 +144,7 @@ public:
     void RefreshItem(long item);
     void RefreshItems(long itemFrom, long itemTo);
 
-    virtual void EnableBellOnNoMatch(bool on);
+    virtual void EnableBellOnNoMatch(bool on = true);
 
 #if WXWIN_COMPATIBILITY_2_6
     // obsolete, don't use