]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ipvaddr.tex
On wxMac don't call Refresh from FullPaint as that is the biggest
[wxWidgets.git] / docs / latex / wx / ipvaddr.tex
index 1e2fddfdb5343f6c5d0175a3a8fad2e4f40cb9c5..0f314073a654ee708d7799c44f02230b3f2ac0c5 100644 (file)
@@ -5,7 +5,7 @@
 
 \wxheading{Derived from}
 
-\helpref{wxSockAddress}{wxsockaddress}
+\helpref{wxIPaddress}{wxipaddress}
 
 \wxheading{Include files}
 
@@ -20,7 +20,7 @@
 % Hostname
 %
 
-\membersection{wxIPV4address::Hostname}
+\membersection{wxIPV4address::Hostname}\label{wxipv4addresshostname}
 
 \func{bool}{Hostname}{\param{const wxString\&}{ hostname}}
 
@@ -29,24 +29,28 @@ or an IP-style address in dot notation (a.b.c.d)
 
 \wxheading{Return value}
 
-Returns TRUE on success, FALSE if something goes wrong
+Returns true on success, false if something goes wrong
 (invalid hostname or invalid IP address).
 
+\func{wxString}{Hostname}{\void}
+
+Returns the hostname which matches the IP address.
+
 %
-% Hostname
+% IPAddress
 %
 
-\membersection{wxIPV4address::Hostname}
+\membersection{wxIPV4address::IPAddress}\label{wxipv4addressipaddress}
 
-\func{wxString}{Hostname}{\void}
+\func{wxString}{IPAddress}{\void}
 
-Returns the hostname which matches the IP address.
+Returns a wxString containing the IP address in dot quad (127.0.0.1) format.
 
 %
 % Service
 %
 
-\membersection{wxIPV4address::Service}
+\membersection{wxIPV4address::Service}\label{wxipv4addressservice}
 
 \func{bool}{Service}{\param{const wxString\&}{ service}}
 
@@ -54,30 +58,18 @@ Set the port to that corresponding to the specified {\it service}.
 
 \wxheading{Return value}
 
-Returns TRUE on success, FALSE if something goes wrong
+Returns true on success, false if something goes wrong
 (invalid service).
 
-%
-% Service
-%
-
-\membersection{wxIPV4address::Service}
-
 \func{bool}{Service}{\param{unsigned short}{ service}}
 
 Set the port to that corresponding to the specified {\it service}.
 
 \wxheading{Return value}
 
-Returns TRUE on success, FALSE if something goes wrong
+Returns true on success, false if something goes wrong
 (invalid service).
 
-%
-% Service
-%
-
-\membersection{wxIPV4address::Service}
-
 \func{unsigned short}{Service}{\void}
 
 Returns the current service.
@@ -98,7 +90,7 @@ to {\bf INADDR\_ANY}.
 
 \wxheading{Return value}
 
-Returns TRUE on success, FALSE if something went wrong.
+Returns true on success, false if something went wrong.
 
 %
 % LocalHost
@@ -115,5 +107,5 @@ hosts and avoid other small problems.
 
 \wxheading{Return value}
 
-Returns TRUE on success, FALSE if something went wrong.
+Returns true on success, false if something went wrong.