]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ipvaddr.tex
added support for reading alpha channel
[wxWidgets.git] / docs / latex / wx / ipvaddr.tex
index 54087b26bda2d0d4eeed92badd776ce1ebadc9f1..b561a33bb6c4e2370c7b5398bbd523d2543e9210 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).
 
 %
@@ -54,7 +54,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 +69,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,8 +98,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
@@ -109,11 +108,12 @@ Returns TRUE on success, FALSE if something went wrong.
 
 \func{bool}{LocalHost}{\void}
 
-Set address to localhost (127.0.0.1). Whenever possible, use the
+Set address to localhost (127.0.0.1). Whenever possible, use the 
 \helpref{wxIPV4address::AnyAddress}{wxipv4addressanyaddress},
 function instead of this one, as this will correctly handle multi-homed
 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.
+