]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
1. wxGrid row can't be resized to less than minimal height
[wxWidgets.git] / include / wx / msw / listctrl.h
index 47c81afaf461efd898e36c4e92da3d3379c44f23..81378145cbb5e47a48423fa0b9a09d070518bd1d 100644 (file)
@@ -111,8 +111,8 @@ public:
     // Attributes
     ////////////////////////////////////////////////////////////////////////////
 
-    // Sets the background colour (GetBackgroundColour already implicit in
-    // wxWindow class)
+    // Set the control colours
+    bool SetForegroundColour(const wxColour& col);
     bool SetBackgroundColour(const wxColour& col);
 
     // Gets information about this column
@@ -331,6 +331,9 @@ protected:
     // common part of all ctors
     void Init();
 
+    // free memory taken by all attributes and recreate the hash table
+    void FreeAllAttrs(bool dontRecreate = FALSE);
+
     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