]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/longlong.tex
Updated border style names
[wxWidgets.git] / docs / latex / wx / longlong.tex
index e34f3672b26687280bfcee1d2c1f257b82f81f42..92d74f1d8c1226d2bcb6603fefdb118a7d834f91 100644 (file)
@@ -44,6 +44,10 @@ No base class
 
 <wx/longlong.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
@@ -83,24 +87,32 @@ Assignment operator from native long long (only for compilers supporting it).
 Assignment operator from native unsigned long long (only for compilers 
 supporting it).
 
+\newsince{2.7.0}
+
 \membersection{wxLongLong::operator=}\label{wxlonglongoperatorassignlong}
 
 \func{wxLongLong\& operator}{operator=}{\param{long }{l}}
 
 Assignment operator from long.
 
+\newsince{2.7.0}
+
 \membersection{wxLongLong::operator=}\label{wxlonglongoperatorassignulong}
 
 \func{wxLongLong\& operator}{operator=}{\param{unsigned long }{l}}
 
 Assignment operator from unsigned long.
 
+\newsince{2.7.0}
+
 \membersection{wxLongLong::operator=}\label{wxlonglongoperatorassignulonglong}
 
 \func{wxLongLong\& operator}{operator=}{\param{const wxULongLong \& }{ll}}
 
 Assignment operator from unsigned long long. The sign bit will be copied too.
 
+\newsince{2.7.0}
+
 \membersection{wxLongLong::Abs}\label{wxlonglongabs}
 
 \constfunc{wxLongLong}{Abs}{\void}