]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/image.tex
Added wxGetMouseState which returns the current state of the mouse.
[wxWidgets.git] / docs / latex / wx / image.tex
index 181a074db6587787c01e5a9127206a32cd4d5325..bd9b723e0ee4ef26bd65330ec5b288a73ac792b3 100644 (file)
@@ -1099,7 +1099,7 @@ the function will allocate the alpha array internally -- this is useful to add
 alpha channel data to an image which doesn't have any. If the pointer is not
 {\tt NULL}, it must have one byte for each image pixel and be allocated with
 {\tt malloc()}. wxImage takes ownership of the pointer and will free it unless
-\arg{static\_data} parameter is set.to \true -- in this case the caller should
+\arg{static\_data} parameter is set to \true -- in this case the caller should
 do it.
 
 \func{void}{SetAlpha}{\param{int }{x}, \param{int }{y}, \param{unsigned char }{alpha}}