]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/point.tex
MF_BYCOMMAND is zero so don't try to test it
[wxWidgets.git] / docs / latex / wx / point.tex
index 9446ebb6fa42694a7c39b1c629575053ce2644fc..138bae1aa3c60e74135a436b7e0dc40d99368cb3 100644 (file)
@@ -5,9 +5,13 @@ It simply contains integer {\it x} and {\it y} members.
 
 See also \helpref{wxRealPoint}{wxrealpoint} for a floating point version.
 
-\wxheading{Derivation}
+\wxheading{Derived from}
 
-\helpref{wxObject}{wxobject}
+None
+
+\wxheading{Include files}
+
+<wx/gdicmn.h>
 
 \wxheading{See also}
 
@@ -15,7 +19,7 @@ See also \helpref{wxRealPoint}{wxrealpoint} for a floating point version.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxPoint::wxPoint}
+\membersection{wxPoint::wxPoint}\label{wxpointctor}
 
 \func{}{wxPoint}{\void}
 
@@ -23,13 +27,13 @@ See also \helpref{wxRealPoint}{wxrealpoint} for a floating point version.
 
 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}