]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ipvaddr.tex
on Linux, not GTK
[wxWidgets.git] / docs / latex / wx / ipvaddr.tex
index 1e2fddfdb5343f6c5d0175a3a8fad2e4f40cb9c5..d78ac3ffb4be2f9991a34057f9dd9c42298272af 100644 (file)
@@ -29,7 +29,7 @@ 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).
 
 %
@@ -42,6 +42,16 @@ Returns TRUE on success, FALSE if something goes wrong
 
 Returns the hostname which matches the IP address.
 
+%
+% IPAddress
+%
+
+\membersection{wxIPV4address::IPAddress}
+
+\func{wxString}{IPAddress}{\void}
+
+Returns a wxString containing the IP address in dot quad (127.0.0.1) format.
+
 %
 % Service
 %
@@ -54,7 +64,7 @@ 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).
 
 %
@@ -69,7 +79,7 @@ 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).
 
 %
@@ -98,7 +108,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 +125,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.