]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/listctrl.h
Made listctrl header BG grey again
[wxWidgets.git] / include / wx / stubs / listctrl.h
index 76a6433e0e7320cc5227505129006b337e0a7766..6dfc25df982f2240ebdff744d894fdfdc3e04de8 100644 (file)
@@ -189,10 +189,6 @@ class WXDLLEXPORT wxListCtrl: public wxControl
   // Attributes
   ////////////////////////////////////////////////////////////////////////////
 
-  // Sets the background colour (GetBackgroundColour already implicit in
-  // wxWindow class)
-  void SetBackgroundColour(const wxColour& col);
-
   // Gets information about this column
   bool GetColumn(int col, wxListItem& item) const;
 
@@ -245,7 +241,7 @@ class WXDLLEXPORT wxListCtrl: public wxControl
   bool SetItemData(long item, long data) ;
 
   // Gets the item rectangle
-  bool GetItemRect(long item, wxRectangle& rect, int code = wxLIST_RECT_BOUNDS) const ;
+  bool GetItemRect(long item, wxRect& rect, int code = wxLIST_RECT_BOUNDS) const ;
 
   // Gets the item position
   bool GetItemPosition(long item, wxPoint& pos) const ;