]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing arguments fixed
authorJulian Smart <julian@anthemion.co.uk>
Sun, 3 Apr 2005 12:01:02 +0000 (12:01 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 3 Apr 2005 12:01:02 +0000 (12:01 +0000)
Need for blank last line comes back to haunt us again

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/image.tex
docs/latex/wx/strmmem.tex
docs/latex/wx/wxmsw.tex

index 9990550f562ffaf6a381c43c6c73c83552156f36..9cf68bb2a00dd5a8af521cf4d360417e643410a8 100644 (file)
@@ -710,7 +710,7 @@ of a given handler class in an application session.}
 
 \membersection{wxImage::IsTransparent}\label{wximageistransparent}
 
 
 \membersection{wxImage::IsTransparent}\label{wximageistransparent}
 
-\constfunc{IsTransparent}{\param{int }{x}, \param{int }{y}, \param{unsigned char threshold = $128$}}
+\constfunc{bool}{IsTransparent}{\param{int }{x}, \param{int }{y}, \param{unsigned char}{ threshold = $128$}}
 
 Returns \true if the given pixel is transparent, i.e. either has the mask
 colour if this image has a mask or if this image has alpha channel and alpha
 
 Returns \true if the given pixel is transparent, i.e. either has the mask
 colour if this image has a mask or if this image has alpha channel and alpha
index c3f3866aeaf03012f671531c1d712fc825066be4..40394076711b873acb71ff1df9d45b6f9ab16db2 100644 (file)
@@ -105,3 +105,4 @@ len or the size of the stream buffer.
 
 Returns the pointer to the stream object used as an internal buffer
 for that stream.
 
 Returns the pointer to the stream object used as an internal buffer
 for that stream.
+
index 2f6ec969bfce5c91e66aa47a8be5f74cf7eaa6b6..8137619dea01b2f99e1a918995f0e7b313b6c36d 100644 (file)
@@ -252,6 +252,13 @@ Tooltips are not currently supported for controls, since on PocketPC controls wi
 tooltips are distinct controls, and it will be hard to add dynamic
 tooltip support.
 
 tooltips are distinct controls, and it will be hard to add dynamic
 tooltip support.
 
+Control borders on PocketPC and Smartphone should normally be specified with
+wxSIMPLE\_BORDER instead of wxSUNKEN\_BORDER. Controls will usually adapt
+appropriately by virtue of their GetDefaultBorder() function, but if you
+wish to specify a style explicitly you can use wxDEFAULT\_CONTROL\_BORDER
+which will give a simple border on PocketPC and Smartphone, and the sunken border on
+other platforms.
+
 \subsubsection{Online help in wxWinCE}
 
 You can use the help controller wxWinceHelpController which controls
 \subsubsection{Online help in wxWinCE}
 
 You can use the help controller wxWinceHelpController which controls