]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
no changes, just corrected the comment for wxConvLocal
[wxWidgets.git] / include / wx / msw / listctrl.h
index 480fa39c3d47d38a59e047646e63fb132e8b00da..895adaea48ed8ff2ec661e49c0f97993469e81ad 100644 (file)
@@ -157,6 +157,7 @@ public:
 
     // Sets the item image
     bool SetItemImage(long item, int image, int selImage = -1) ;
+    bool SetItemColumnImage(long item, long column, int image);
 
     // Gets the item text
     wxString GetItemText(long item) const ;
@@ -380,6 +381,11 @@ protected:
     // free memory taken by all internal data
     void FreeAllInternalData();
 
+    // get the item attribute, either by quering it for virtual control, or by
+    // returning the one previously set using setter methods for a normal one
+    wxListItemAttr *DoGetItemAttr(long item) const;
+
+
     wxTextCtrl*       m_textCtrl;        // The control used for editing a label
     wxImageList *     m_imageListNormal; // The image list for normal icons
     wxImageList *     m_imageListSmall;  // The image list for small icons