X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c23a0b01b3fb667ec41fc8271ce1ee5b5aa4e19..c7fb814ac347c97d7e1d342ceb227dab50c721f6:/include/wx/stubs/listctrl.h diff --git a/include/wx/stubs/listctrl.h b/include/wx/stubs/listctrl.h index 76a6433e0e..6dfc25df98 100644 --- a/include/wx/stubs/listctrl.h +++ b/include/wx/stubs/listctrl.h @@ -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 ;