X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/965b4f87d9d59c7c6d58da6567dca176d9131296..b8d24d4edd1f91339918134d2420af39c324aa1f:/docs/latex/wx/window.tex diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 44bfe0a816..be1eff42af 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -548,6 +548,14 @@ wxTextCtrl under wxGTK) but is not implemented on all platforms nor for all controls so it is mostly just a hint to wxWindows and not a mandatory directive. +\membersection{wxWindow::GetAccessible}\label{wxwindowgetaccessible} + +\func{wxAccessibile*}{GetAccessible}{\void} + +Returns the accessible object for this window, if any. + +See also \helpref{wxAccessible}{wxaccessible}. + \membersection{wxWindow::GetAdjustedBestSize}\label{wxwindowgetadjustedbestsize} \constfunc{wxSize}{GetAdjustedBestSize}{\void} @@ -967,6 +975,12 @@ Gets the window's title. Applicable only to frames and dialogs. \helpref{wxWindow::SetTitle}{wxwindowsettitle} +\membersection{wxWindow::GetToolTip}\label{wxwindowgettooltip} + +\constfunc{wxToolTip*}{GetToolTip}{\void} + +Get the associated tooltip or NULL if none. + \membersection{wxWindow::GetUpdateRegion}\label{wxwindowgetupdateregion} \constfunc{virtual wxRegion}{GetUpdateRegion}{\void} @@ -1929,6 +1943,15 @@ redrawn. Note that it is rarely required to call this function from a user progr Sets the accelerator table for this window. See \helpref{wxAcceleratorTable}{wxacceleratortable}. +\membersection{wxWindow::SetAccessible}\label{wxwindowsetaccessible} + +\func{void}{SetAccessible}{\param{wxAccessibile*}{ accessible}} + +Sets the accessible for this window. Any existing accessible for this window +will be deleted first, if not identical to {\it accessible}. + +See also \helpref{wxAccessible}{wxaccessible}. + \membersection{wxWindow::SetAutoLayout}\label{wxwindowsetautolayout} \func{void}{SetAutoLayout}{\param{bool}{ autoLayout}} @@ -2575,15 +2598,7 @@ create a new validator of this type. Attach a tooltip to the window. See also: \helpref{GetToolTip}{wxwindowgettooltip}, - \helpref{wxToolTip}{wxtooltip} - - -\membersection{wxWindow::GetToolTip}\label{wxwindowgettooltip} - -\constfunc{wxToolTip*}{GetToolTip}{\void} - -Get the associated tooltip or NULL if none. - + \helpref{wxToolTip}{wxtooltip} \membersection{wxWindow::SetVirtualSize}\label{wxwindowsetvirtualsize} @@ -2593,7 +2608,6 @@ Get the associated tooltip or NULL if none. Sets the virtual size of the window in pixels. - \membersection{wxWindow::SetVirtualSizeHints}\label{wxwindowsetvirtualsizehints} \func{virtual void}{SetVirtualSizeHints}{\param{int}{ minW},\param{int}{ minH}, \param{int}{ maxW=-1}, \param{int}{ maxH=-1}}