From 3a40452d789a6279a7223d2539e8e780ba31c6a4 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 3 Apr 2005 12:01:02 +0000 Subject: [PATCH] Missing arguments fixed 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 | 2 +- docs/latex/wx/strmmem.tex | 1 + docs/latex/wx/wxmsw.tex | 7 +++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index 9990550f56..9cf68bb2a0 100644 --- a/docs/latex/wx/image.tex +++ b/docs/latex/wx/image.tex @@ -710,7 +710,7 @@ of a given handler class in an application session.} \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 diff --git a/docs/latex/wx/strmmem.tex b/docs/latex/wx/strmmem.tex index c3f3866aea..4039407671 100644 --- a/docs/latex/wx/strmmem.tex +++ b/docs/latex/wx/strmmem.tex @@ -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. + diff --git a/docs/latex/wx/wxmsw.tex b/docs/latex/wx/wxmsw.tex index 2f6ec969bf..8137619dea 100644 --- a/docs/latex/wx/wxmsw.tex +++ b/docs/latex/wx/wxmsw.tex @@ -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. +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 -- 2.45.2