wxRect::SetSize documented.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-02-22 07:15:18 +00:00
parent e1e36a3e21
commit f050223c83

View File

@@ -142,6 +142,10 @@ Gets the right point of the rectangle.
Gets the size. Gets the size.
\wxheading{See also}
\helpref{wxRect::SetSize}{wxrectsetsize}
\membersection{wxRect::GetTop}\label{wxrectgettop} \membersection{wxRect::GetTop}\label{wxrectgettop}
@@ -253,6 +257,17 @@ bottom, otherwise it is moved to the left or top respectively.
Sets the height. Sets the height.
\membersection{wxRect::SetSize}\label{wxrectsetsize}
\func{void}{SetSize}{\param{const wxSize\&}{ s}}
Sets the size.
\wxheading{See also}
\helpref{wxRect::GetSize}{wxrectgetsize}
\membersection{wxRect::SetWidth}\label{wxrectsetwidth} \membersection{wxRect::SetWidth}\label{wxrectsetwidth}
\func{void}{SetWidth}{\param{int}{ width}} \func{void}{SetWidth}{\param{int}{ width}}