Doc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,9 +24,9 @@ managed by wxNotebook.
|
||||
\twocolwidtha{5cm}
|
||||
\begin{twocollist}\itemsep=0pt
|
||||
|
||||
\twocolitem{\windowstyle{wxNB\_LEFT}}{Place tabs on the left side.}
|
||||
\twocolitem{\windowstyle{wxNB\_RIGHT}}{Place tabs on the right side.}
|
||||
\twocolitem{\windowstyle{wxNB\_BOTTOM}}{Place tabs under instead of above the notebook pages.}
|
||||
\twocolitem{\windowstyle{wxNB\_LEFT}}{Place tabs on the left side. Not supported under Windows XP.}
|
||||
\twocolitem{\windowstyle{wxNB\_RIGHT}}{Place tabs on the right side. Not supported under Windows XP.}
|
||||
\twocolitem{\windowstyle{wxNB\_BOTTOM}}{Place tabs under instead of above the notebook pages. Not supported under Windows XP.}
|
||||
\twocolitem{\windowstyle{wxNB\_FIXEDWIDTH}}{(Windows only) All tabs will have same width.}
|
||||
\twocolitem{\windowstyle{wxNB\_MULTILINE}}{(Windows only) There can be several rows of tabs.}
|
||||
|
||||
|
@@ -54,7 +54,8 @@ Default constructor.
|
||||
|
||||
\func{}{wxSpinButton}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id},\rtfsp
|
||||
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
|
||||
\param{long}{ style = wxSP\_HORIZONTAL}, \param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
|
||||
\param{long}{ style = wxSP\_HORIZONTAL},
|
||||
%\param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
|
||||
\param{const wxString\& }{name = ``spinButton"}}
|
||||
|
||||
Constructor, creating and showing a spin button.
|
||||
@@ -89,7 +90,8 @@ Destructor, destroys the spin button control.
|
||||
|
||||
\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id},\rtfsp
|
||||
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
|
||||
\param{long}{ style = wxSP\_HORIZONTAL}, \param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
|
||||
\param{long}{ style = wxSP\_HORIZONTAL},
|
||||
%\param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
|
||||
\param{const wxString\& }{name = ``spinButton"}}
|
||||
|
||||
Scrollbar creation function called by the spin button constructor.
|
||||
|
Reference in New Issue
Block a user