]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
MVC works now.
[wxWidgets.git] / include / wx / msw / listctrl.h
index 480fa39c3d47d38a59e047646e63fb132e8b00da..cb2f5cac3dd41aa23591947bee7e9e2173689d9b 100644 (file)
@@ -380,6 +380,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