]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/point.tex
Fix underscore escaping again (one obscure one left in wxmsw.tex)
[wxWidgets.git] / docs / latex / wx / point.tex
index 06fdd5a9a4617338dbe044c8c0bbaefe2441f009..1d6f9042a53376a3dafe5c5bd627a288b5a68a76 100644 (file)
@@ -19,7 +19,7 @@ None
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxPoint::wxPoint}
+\membersection{wxPoint::wxPoint}\label{wxpointctor}
 
 \func{}{wxPoint}{\void}
 
@@ -27,15 +27,28 @@ None
 
 Create a point.
 
-\membersection{wxPoint::x}
+\membersection{wxPoint::x}\label{wxpointx}
 
 \member{int}{x}
 
 x member.
 
-\membersection{wxPoint::y}
+\membersection{wxPoint::y}\label{wxpointy}
 
 \member{int}{ y}
 
 y member.
 
+\membersection{wxPoint::operator $==$}\label{wxpointequal}
+
+\func{bool}{operator $==$}{\param{const wxPoint\& }{pt}}
+
+Equality operator: returns \true if two points are the same.
+
+
+\membersection{wxPoint::operator $!=$}\label{wxpointnotequal}
+
+\func{bool}{operator $!=$}{\param{const wxPoint\& }{pt}}
+
+Inequality operator: returns \true if two points are different.
+