]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
moved AppendAppName() from MSW to common code; modified it to not double the trailing...
[wxWidgets.git] / include / wx / msw / listctrl.h
index 2c5ca5e04b11d342de8aa8d73064df1e10549c4d..d2cbb4d71be45330f82d3c027339f32f169b86d0 100644 (file)
@@ -160,7 +160,7 @@ public:
     bool SetItemState(long item, long state, long stateMask) ;
 
     // Sets the item image
-    bool SetItemImage(long item, int image, int selImage) ;
+    bool SetItemImage(long item, int image, int selImage = -1) ;
 
     // Gets the item text
     wxString GetItemText(long item) const ;