replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -45,11 +45,11 @@ All:
|
||||
- Added support for wxLongLong in wx stream classes (Mark Junker).
|
||||
- wxSOCKET_REUSEADDR can be used with wxSocketClient.
|
||||
- Overloaded Connect() and SetLocal() methods for binding to local address/port.
|
||||
- All GetCount() methods now return size_t and not int.
|
||||
- Albanian translation added (Besnik Bleta).
|
||||
- Assert messages now show the function in which assert failed.
|
||||
- wxApp::OnAssertFailure() should now be used instead the old wxApp::OnAssert().
|
||||
- Fixed several bugs in wxDateTime::ParseDate().
|
||||
- All GetCount() methods now return unsigned int and not int
|
||||
- Albanian translation added (Besnik Bleta)
|
||||
- Assert messages now show the function in which assert failed
|
||||
- wxApp::OnAssertFailure() should now be used instead the old wxApp::OnAssert()
|
||||
- Fixed several bugs in wxDateTime::ParseDate()
|
||||
|
||||
All (GUI):
|
||||
|
||||
|
Reference in New Issue
Block a user