projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Applied patch for ArtProvider.
[wxWidgets.git]
/
docs
/
latex
/
wx
/
rect.tex
diff --git
a/docs/latex/wx/rect.tex
b/docs/latex/wx/rect.tex
index b537fd15ac07b551ba1ba13494bed0e6203348f7..8e3c6bf1de5034fdaa109f39ba22effc793da38e 100644
(file)
--- a/
docs/latex/wx/rect.tex
+++ b/
docs/latex/wx/rect.tex
@@
-239,6
+239,14
@@
Returns {\tt true} if this rectangle has a non empty intersection with the
rectangle {\it rect} and {\tt false} otherwise.
rectangle {\it rect} and {\tt false} otherwise.
+\membersection{wxRect::IsEmpty}\label{wxrectisempty}
+
+\constfunc{bool}{IsEmpty}{}
+
+Returns {\tt true} if this rectangle has a width or height less than or equal to
+0 and {\tt false} otherwise.
+
+
\membersection{wxRect::Offset}\label{wxrectoffset}
\func{void}{Offset}{\param{wxCoord }{dx}, \param{wxCoord }{dy}}
\membersection{wxRect::Offset}\label{wxrectoffset}
\func{void}{Offset}{\param{wxCoord }{dx}, \param{wxCoord }{dy}}