replaced wxControl with wxWindow in 2 methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
807399558d
commit
3fbade2be0
@ -785,7 +785,7 @@ Returns the average character width for this window.
|
||||
Returns a reference to the list of the window's children.
|
||||
|
||||
|
||||
\membersection{wxControl::GetClassDefaultAttributes}\label{wxwindowgetclassdefaultattributes}
|
||||
\membersection{wxWindow::GetClassDefaultAttributes}\label{wxwindowgetclassdefaultattributes}
|
||||
|
||||
\func{static wxVisualAttributes}{GetClassDefaultAttributes}{\param{wxWindowVariant}{ variant = \texttt{wxWINDOW\_VARIANT\_NORMAL}}}
|
||||
|
||||
@ -876,7 +876,7 @@ Return the cursor associated with this window.
|
||||
\helpref{wxWindow::SetCursor}{wxwindowsetcursor}
|
||||
|
||||
|
||||
\membersection{wxControl::GetDefaultAttributes}\label{wxwindowgetdefaultattributes}
|
||||
\membersection{wxWindow::GetDefaultAttributes}\label{wxwindowgetdefaultattributes}
|
||||
|
||||
\constfunc{virtual wxVisualAttributes}{GetDefaultAttributes}{\void}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user