wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform. Samples adjustement.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -101,8 +101,8 @@ wxURL has undergone some radical changes.
|
||||
* Many accessors of wxURL - GetHostName, GetProtocolName, and GetPath,
|
||||
have been replaced by its parent's (wxURI) counterparts - GetServer,
|
||||
GetScheme, and GetPath, respectively.
|
||||
|
||||
* ConvertToValidURI has been replaced by wxURI. Do not use
|
||||
|
||||
* ConvertToValidURI has been replaced by wxURI. Do not use
|
||||
ConvertToValidURI for future applications.
|
||||
|
||||
* ConvertFromURI has been replaced by wxURI::Unescape.
|
||||
@@ -190,7 +190,7 @@ wxURL has undergone some radical changes.
|
||||
|
||||
\subsection{Depreciated changes since 2.4.x}
|
||||
|
||||
- wxURL::GetInputStream() and similar functionality has been depreciated in
|
||||
- wxURL::GetInputStream() and similar functionality has been depreciated in
|
||||
favor of other ways of connecting, such as though sockets or wxFileSystem.
|
||||
|
||||
- wxDocManager::GetNoHistoryFiles() renamed to GetHistoryFilesCount()
|
||||
|
@@ -344,7 +344,7 @@ The sample also provides some timings for adding/deleting/sorting a lot of
|
||||
\subsection{Mediaplayer sample}\label{samplemediaplayer}
|
||||
|
||||
This sample demonstrates how to use all the features of
|
||||
\helpref{wxMediaCtrl}{wxmediactrl} and play various types of sound, video,
|
||||
\helpref{wxMediaCtrl}{wxmediactrl} and play various types of sound, video,
|
||||
and other files.
|
||||
|
||||
|
||||
@@ -352,7 +352,7 @@ It replaces the old dynamic sample.
|
||||
|
||||
\subsection{Notebook sample}\label{samplenotebook}
|
||||
|
||||
This samples shows family of controls which derive from wxBookCtrl base class.
|
||||
This samples shows family of controls which derive from wxBookCtrlBase base class.
|
||||
Although initially it was written to demonstrate \helpref{wxNotebook}{wxnotebook}
|
||||
only, it can now be also used to see \helpref{wxListbook}{wxlistbook} and
|
||||
\helpref{wxChoicebook}{wxchoicebook} in action. Test each of the controls, their
|
||||
|
Reference in New Issue
Block a user