added wxRegEx::GetMatchCount

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-04-21 21:04:05 +00:00
parent f2aa588ba5
commit 8f61ba286d

View File

@@ -111,6 +111,7 @@ All (GUI):
windows are added to a sizer their initial size is made the window's windows are added to a sizer their initial size is made the window's
min size using SetSizeHints, and calls to wxSizer::SetItemMinSize min size using SetSizeHints, and calls to wxSizer::SetItemMinSize
are also forwarded to SetSizeHints for window items. are also forwarded to SetSizeHints for window items.
- added wxRegEx::GetMatchCount()
wxMSW: wxMSW: