other ifacecheck fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-11-10 21:33:25 +00:00
parent 2ecc77d53e
commit 0a98423eb0
19 changed files with 73 additions and 57 deletions

View File

@@ -273,7 +273,7 @@ public:
Find an item whose data matches this data, starting from start or the
beginning if 'start' is @c -1.
*/
long FindItem(long start, long data);
long FindItem(long start, wxUIntPtr data);
/**
Find an item nearest this position in the specified direction,
@@ -923,7 +923,7 @@ public:
/**
Constructor.
*/
wxListEvent(wxEventType commandType = 0, int id = 0);
wxListEvent(wxEventType commandType = wxEVT_NULL, int id = 0);
/**
For @c EVT_LIST_CACHE_HINT event only: return the first item which the
@@ -1025,9 +1025,9 @@ public:
Construct a wxListItemAttr with the specified foreground and
background colors and font.
*/
wxListItemAttr(const wxColour colText,
const wxColour colBack,
const wxFont font);
wxListItemAttr(const wxColour& colText,
const wxColour& colBack,
const wxFont& font);
/**
Returns the currently set background color.