Some doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@25250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -546,6 +546,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::GetAcceleratorTable}\label{wxwindowgetacceleratortable}
|
||||
|
||||
\constfunc{wxAcceleratorTable*}{GetAcceleratorTable}{\void}
|
||||
|
||||
Gets the accelerator table for this window. See \helpref{wxAcceleratorTable}{wxacceleratortable}.
|
||||
|
||||
\membersection{wxWindow::GetAccessible}\label{wxwindowgetaccessible}
|
||||
|
||||
\membersection{wxWindow::GetAdjustedBestSize}\label{wxwindowgetadjustedbestsize}
|
||||
|
||||
\constfunc{wxSize}{GetAdjustedBestSize}{\void}
|
||||
@@ -661,6 +669,16 @@ Returns a pointer to the window's layout constraints, or NULL if there are none.
|
||||
Return the sizer that this window is a member of, if any, otherwise
|
||||
{\tt NULL}.
|
||||
|
||||
\membersection{wxWindow::GetCursor}\label{wxwindowgetcursor}
|
||||
|
||||
\constfunc{const wxCursor\&}{GetCursor}{\void}
|
||||
|
||||
Return the cursor associated with this window.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxWindow::SetCursor}{wxwindowsetcursor}
|
||||
|
||||
\membersection{wxWindow::GetDropTarget}\label{wxwindowgetdroptarget}
|
||||
|
||||
\constfunc{wxDropTarget*}{GetDropTarget}{\void}
|
||||
@@ -1065,7 +1083,7 @@ only redrawing those areas, which have been exposed.
|
||||
\pythonnote{In place of a single overloaded method name, wxPython
|
||||
implements the following methods:\par
|
||||
\indented{2cm}{\begin{twocollist}
|
||||
\twocolitem{{\bf IsExposed(x,y, w=0,h=0}}{}
|
||||
\twocolitem{{\bf IsExposed(x,y, w=0,h=0)}}{}
|
||||
\twocolitem{{\bf IsExposedPoint(pt)}}{}
|
||||
\twocolitem{{\bf IsExposedRect(rect)}}{}
|
||||
\end{twocollist}}}
|
||||
@@ -1136,8 +1154,7 @@ or frame).
|
||||
\func{virtual void}{MakeModal}{\param{bool }{flag}}
|
||||
|
||||
Disables all other windows in the application so that
|
||||
the user can only interact with this window. (This function
|
||||
is not implemented anywhere).
|
||||
the user can only interact with this window.
|
||||
|
||||
\wxheading{Parameters}
|
||||
|
||||
@@ -1775,7 +1792,7 @@ or frame).
|
||||
\func{virtual void}{Refresh}{\param{bool}{ eraseBackground = {\tt TRUE}}, \param{const wxRect* }{rect
|
||||
= NULL}}
|
||||
|
||||
Causes a message or event to be generated to repaint the
|
||||
Causes an event to be generated to repaint the
|
||||
window.
|
||||
|
||||
\wxheading{Parameters}
|
||||
|
@@ -615,6 +615,16 @@ This static function returns the string containing the result of calling
|
||||
|
||||
Returns the number of occurrences of {\it ch} in the string.
|
||||
|
||||
\membersection{wxString::FromAscii}\label{wxstringfromascii}
|
||||
|
||||
\func{static wxString }{FromAscii}{\param{const char*}{ s}}
|
||||
|
||||
\func{static wxString }{FromAscii}{\param{const char}{ c}}
|
||||
|
||||
Converts the string or character from an ASCII, 7-bit form
|
||||
to the native wxString representation. Most useful when using
|
||||
a Unicode build of wxWindows.
|
||||
|
||||
\membersection{wxString::GetChar}\label{wxstringgetchar}
|
||||
|
||||
\constfunc{char}{GetChar}{\param{size\_t}{ n}}
|
||||
@@ -904,6 +914,17 @@ have different meaning).
|
||||
Returns the part of the string between the indices {\it from} and {\it to}
|
||||
inclusive.
|
||||
|
||||
\membersection{wxString::ToAscii}\label{wxstringtoascii}
|
||||
|
||||
\constfunc{const char*}{ToAscii}{\void}
|
||||
|
||||
Converts the string to an ASCII, 7-bit string (ANSI builds only).
|
||||
|
||||
\constfunc{const wxCharBuffer}{ToAscii}{\void}
|
||||
|
||||
Converts the string to an ASCII, 7-bit string in the form of
|
||||
a wxCharBuffer (Unicode builds only).
|
||||
|
||||
\membersection{wxString::ToDouble}\label{wxstringtodouble}
|
||||
|
||||
\constfunc{bool}{ToDouble}{\param{double}{ *val}}
|
||||
|
Reference in New Issue
Block a user