deprecated wxSizerItem::IsShown() because it doesn't really make sense for the sizers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-02-08 22:22:51 +00:00
parent e64658ed99
commit f303d69f93
4 changed files with 30 additions and 22 deletions

View File

@@ -11,6 +11,13 @@ INCOMPATIBLE CHANGES SINCE 2.6.x
- For all wxInputStreams, Eof() becomes true after an attempt has been made
to read _past_ the end of file.
Deprecated methods since 2.6.x and their replacements
-----------------------------------------------------
- wxGetWorkingDirectory() deprecated in favour of wxGetCwd()
- wxDC::BeginDrawing() and wxDC::EndDrawing() deprecated, just don't use them
- wxSizerItem::IsShown(): no replacement as it doesn't have clear semantics
2.7.0
-----
@@ -19,7 +26,6 @@ All:
- wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag
- Added wxStringTokenizer::GetLastDelimiter(); improved documentation
- wxGetWorkingDirectory() deprecated. Use wxGetCwd() instead.
- Speed improvements to wxRegEx when matching is done in a loop such as
during a search and replace.
- Fix regerror and regfree name conficts when built-in regex and system regex
@@ -75,7 +81,6 @@ All (GUI):
- Added wxToolbook (uses a wxToolBar to control pages).
- Added SetSheetStyle to wxPropertySheetDialog and allowed it to
behave like a Mac OS X settings dialog.
- wxDC::BeginDrawing() and wxDC::EndDrawing() deprecated.
- Added <disabled> XRC tag for wxToolBar elements and <bg> for wxToolBar itself
wxMSW:

View File

@@ -147,12 +147,6 @@ Get the userData item attribute.
If this item is tracking a window then return it. NULL otherwise.
\membersection{wxSizerItem::IsShown}\label{wxsizeritemisshown}
\constfunc{bool}{IsShown}{\void}
Is this item shown?
\membersection{wxSizerItem::IsSizer}\label{wxsizeritemissizer}