some typos in docs and code corrected (thanks Janos)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -114,10 +114,10 @@ is stored in this region.
|
|||||||
|
|
||||||
\constfunc{bool}{IsEmpty}{\void}
|
\constfunc{bool}{IsEmpty}{\void}
|
||||||
|
|
||||||
\func{bool}{IsEmpty}{\void}
|
|
||||||
|
|
||||||
Returns TRUE if the region is empty, FALSE otherwise.
|
Returns TRUE if the region is empty, FALSE otherwise.
|
||||||
|
|
||||||
|
\membersection{wxRegion::Subtract}\label{wxregionsubstract}
|
||||||
|
|
||||||
\func{bool}{Subtract}{\param{const wxRect\&}{ rect}}
|
\func{bool}{Subtract}{\param{const wxRect\&}{ rect}}
|
||||||
|
|
||||||
Subtracts a rectangular region from this region.
|
Subtracts a rectangular region from this region.
|
||||||
|
@@ -594,7 +594,6 @@ wxDocTemplate::wxDocTemplate(wxDocManager *manager,
|
|||||||
long flags)
|
long flags)
|
||||||
{
|
{
|
||||||
m_documentManager = manager;
|
m_documentManager = manager;
|
||||||
m_flags = flags;
|
|
||||||
m_description = descr;
|
m_description = descr;
|
||||||
m_directory = dir;
|
m_directory = dir;
|
||||||
m_defaultExt = ext;
|
m_defaultExt = ext;
|
||||||
|
Reference in New Issue
Block a user