]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/listctrl.cpp
pywrap should be treated as a gui script
[wxWidgets.git] / src / palmos / listctrl.cpp
index 3d4dade7752c9bcb8de7bf02ab87b19ddae20989..5820ccaa582c66a49f14cbd8204c33a7a08141a2 100644 (file)
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/settings.h"
+    #include "wx/dcclient.h"
+    #include "wx/textctrl.h"
 #endif
 
-#include "wx/textctrl.h"
 #include "wx/imaglist.h"
 #include "wx/listctrl.h"
-#include "wx/dcclient.h"
 
 // ----------------------------------------------------------------------------
 // events
@@ -284,6 +284,12 @@ bool wxListCtrl::SetItemImage(long item, int image, int WXUNUSED(selImage))
     return false;
 }
 
+// Sets the item image
+bool wxListCtrl::SetItemColumnImage(long item, long column, int image)
+{
+    return false;
+}
+
 // Gets the item text
 wxString wxListCtrl::GetItemText(long item) const
 {
@@ -672,4 +678,3 @@ static void wxDeleteInternalData(wxListCtrl* ctl, long itemId)
 }
 
 #endif // wxUSE_LISTCTRL
-