X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6932a32c2b1072879a7be05dae5308f79fe4bd80..65e4e78efb62104d4d0f9ac32e3fff24f9c14b6e:/include/wx/msw/listctrl.h diff --git a/include/wx/msw/listctrl.h b/include/wx/msw/listctrl.h index 106c857248..81378145cb 100644 --- a/include/wx/msw/listctrl.h +++ b/include/wx/msw/listctrl.h @@ -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,8 +331,8 @@ protected: // common part of all ctors void Init(); - // free memory taken by all attributes - void FreeAllAttrs(); + // 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