Notebook sample redesign. Now it is 'wxNotebook & friends' and presents wxChoicebook and wxListbook without need of recompilation. User interface moved from buttons to menus in order to work with limited devices (lack of button control in Smartphones). Added presentation of default orientation in controls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -344,12 +344,11 @@ The sample also provides some timings for adding/deleting/sorting a lot of
|
|||||||
|
|
||||||
\subsection{Notebook sample}\label{samplenotebook}
|
\subsection{Notebook sample}\label{samplenotebook}
|
||||||
|
|
||||||
This samples shows two controls at once: although initially it was written to
|
This samples shows family of controls which derive from wxBookCtrl base class.
|
||||||
demonstrate \helpref{wxNotebook}{wxnotebook} only, it can now be also used
|
Although initially it was written to demonstrate \helpref{wxNotebook}{wxnotebook}
|
||||||
to see \helpref{wxListbook}{wxlistbook} and \helpref{wxChoicebook}{wxchoicebook}
|
only, it can now be also used to see \helpref{wxListbook}{wxlistbook} and
|
||||||
in action. To switch between the two controls you need to manually change
|
\helpref{wxChoicebook}{wxchoicebook} in action. Test each of the controls, their
|
||||||
\texttt{TEST\_LISTBOOK} definition in the file \texttt{notebook.h} and rebuild
|
orientation, images and pages using commands through menu.
|
||||||
the sample.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user