From 629ddfb03e87ec8b53291974cab3551ee27f4149 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 24 Dec 2006 12:19:27 +0000 Subject: [PATCH] added a couple of missing membersections and fixed a couple of typos (patch 1618846) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/auimanager.tex | 10 ++++++++-- docs/latex/wx/taui.tex | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/latex/wx/auimanager.tex b/docs/latex/wx/auimanager.tex index 7f36a92960..4328db3810 100644 --- a/docs/latex/wx/auimanager.tex +++ b/docs/latex/wx/auimanager.tex @@ -125,7 +125,7 @@ enum wxAuiManagerOption \func{}{wxAuiManager}{\param{wxWindow* }{managed\_wnd = NULL}, \param{unsigned int }{flags = wxAUI\_MGR\_DEFAULT}} -Constructor. \arg{frame} specifies the wxFrame which should be managed. +Constructor. \arg{managed\_wnd} specifies the wxFrame which should be managed. \arg{flags} specifies options which allow the frame management behavior to be modified. @@ -166,9 +166,11 @@ Returns the current art provider being used. See also: \helpref{wxAuiDockArt}{wxauidockart}. +\membersection{wxAuiManager::GetDockSizeConstraint}\label{wxauimanagergetdocksizeconstraint} + \func{void}{GetDockSizeConstraint}{\param{double* }{widthpct}, \param{double* }{heightpct}} -Returns the current dock constraint values. See SetDockSizeConstraint() for more information. +Returns the current dock constraint values. See \helpref{SetDockSizeConstraint()}{wxauimanagersetdocksizeconstraint} for more information. \membersection{wxAuiManager::GetFlags}\label{wxauimanagergetflags} @@ -182,6 +184,8 @@ Returns the current manager's flags. Returns the frame currently being managed by wxAuiManager. +\membersection{wxAuiManager::GetManager}\label{wxauimanagergetmanager} + \func{static wxAuiManager*}{GetManager}{\param{wxWindow* }{window}} Calling this method will return the wxAuiManager for a given window. The \arg{window} parameter should @@ -269,6 +273,8 @@ will be deleted by wxAuiManager. See also: \helpref{wxAuiDockArt}{wxauidockart}. +\membersection{wxAuiManager::SetDockSizeConstraint}\label{wxauimanagersetdocksizeconstraint} + \func{void}{SetDockSizeConstraint}{\param{double }{widthpct}, \param{double }{heightpct}} When a user creates a new dock by dragging a window into a docked position, often times the large size of the diff --git a/docs/latex/wx/taui.tex b/docs/latex/wx/taui.tex index 877b1ac7c8..1b768637fd 100644 --- a/docs/latex/wx/taui.tex +++ b/docs/latex/wx/taui.tex @@ -2,7 +2,7 @@ Class: \helpref{wxAuiManager}{wxauimanager}, \helpref{wxAuiPaneInfo}{wxauipaneinfo} -wxAUI stands for Advances User Interface and the wxAUI framework +wxAUI stands for Advanced User Interface and the wxAUI framework aims to give its user a cutting edge interface for use with the wxWidgets based applications. The original wxAUI sources have kindly been made available under the wxWindows licence -- 2.45.2