X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6fb26ea3b3784922bd0613a5e96fda78fac684ac..fbb7dfffb098c0c1a71f15674fba0d3af9609028:/docs/latex/wx/sashlayw.tex diff --git a/docs/latex/wx/sashlayw.tex b/docs/latex/wx/sashlayw.tex index d584186b5f..683c4e0c99 100644 --- a/docs/latex/wx/sashlayw.tex +++ b/docs/latex/wx/sashlayw.tex @@ -17,6 +17,10 @@ the purpose of this class in more detail. \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{Window styles} See \helpref{wxSashWindow}{wxsashwindow}. @@ -36,13 +40,13 @@ about the layout events. \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxSashLayoutWindow::wxSashLayoutWindow} +\membersection{wxSashLayoutWindow::wxSashLayoutWindow}\label{wxsashlayoutwindowctor} \func{}{wxSashLayoutWindow}{\void} Default constructor. -\func{}{wxSashLayoutWindow}{\param{wxSashLayoutWindow*}{ parent}, \param{wxSashLayoutWindowID }{id}, +\func{}{wxSashLayoutWindow}{\param{wxSashLayoutWindow*}{ parent}, \param{wxWindowID }{id}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = wxCLIP\_CHILDREN \pipe wxSW\_3D}, @@ -67,11 +71,34 @@ should generate a default size for the window.} \docparam{name}{Window name.} -\membersection{wxSashLayoutWindow::\destruct{wxSashLayoutWindow}} -\func{}{\destruct{wxSashLayoutWindow}}{\void} +\membersection{wxSashLayoutWindow::Create}\label{wxsashlayoutwindowcreate} + +\func{bool}{Create}{\param{wxSashLayoutWindow*}{ parent}, \param{wxWindowID }{id}, + \param{const wxPoint\& }{pos = wxDefaultPosition}, + \param{const wxSize\& }{size = wxDefaultSize}, + \param{long }{style = wxCLIP\_CHILDREN \pipe wxSW\_3D}, + \param{const wxString\& }{name = "layoutWindow"}} + +Initializes a sash layout window, which can be a child of a frame, dialog or any other non-control window. + +\wxheading{Parameters} + +\docparam{parent}{Pointer to a parent window.} + +\docparam{id}{Window identifier. If -1, will automatically create an identifier.} + +\docparam{pos}{Window position. wxDefaultPosition is (-1, -1) which indicates that wxSashLayoutWindows +should generate a default position for the window. If using the wxSashLayoutWindow class directly, supply +an actual position.} + +\docparam{size}{Window size. wxDefaultSize is (-1, -1) which indicates that wxSashLayoutWindows +should generate a default size for the window.} + +\docparam{style}{Window style. For window styles, please see \helpref{wxSashLayoutWindow}{wxsashlayoutwindow}.} + +\docparam{name}{Window name.} -Destructor. \membersection{wxSashLayoutWindow::GetAlignment}\label{wxsashlayoutwindowgetalignment}