]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/function.tex
minor aui doc updates
[wxWidgets.git] / docs / latex / wx / function.tex
index 47d46b1b40c634db6d6d7e4e2e32fd038c2e05a2..18d99ced498ebce97807ff0a2312a3d8403d7a76 100644 (file)
@@ -58,7 +58,6 @@ the corresponding topic.
 \helpref{wxCONCAT}{wxconcat}\\
 \helpref{wxConcatFiles}{wxconcatfiles}\\
 \helpref{wxConstCast}{wxconstcast}\\
-\helpref{wxCoordRound}{wxcoordround}\\
 \helpref{wxCopyFile}{wxcopyfile}\\
 \helpref{wxCreateDynamicObject}{wxcreatedynamicobject}\\
 \helpref{wxCreateFileTipProvider}{wxcreatefiletipprovider}\\
@@ -2848,20 +2847,6 @@ this language feature but still take advantage of it when it is available.
 
 
 
-\membersection{::wxCoordRound}\label{wxcoordround}
-
-\func{wxCoord}{wxCoordRound}{\param{const float\& }{f}}
-
-\func{wxCoord}{wxCoordRound}{\param{const double\& }{f}}
-
-Convert \em{f} to a wxCoord, using round-to-nearest. This is commonly used
-in scaling calculations.
-
-\wxheading{Include files}
-
-<wx/defs.h>
-
-
 \membersection{::wxGetKeyState}\label{wxgetkeystate}
 
 \func{bool}{wxGetKeyState}{\param{wxKeyCode }{key}}
@@ -3286,6 +3271,10 @@ Open the \arg{url} in user's default browser. If \arg{flags} parameter contains
 
 Returns \true if the application was successfully launched.
 
+Note that for some configurations of the running user, the application which
+is launched to open the given URL may be URL-dependent (e.g. a browser may be used for
+local URLs while another one may be used for remote URLs).
+
 \wxheading{Include files}
 
 <wx/utils.h>