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
This commit is contained in:
@@ -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
|
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
|
colour if this image has a mask or if this image has alpha channel and alpha
|
||||||
|
@@ -105,3 +105,4 @@ len or the size of the stream buffer.
|
|||||||
|
|
||||||
Returns the pointer to the stream object used as an internal buffer
|
Returns the pointer to the stream object used as an internal buffer
|
||||||
for that stream.
|
for that stream.
|
||||||
|
|
||||||
|
@@ -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
|
tooltips are distinct controls, and it will be hard to add dynamic
|
||||||
tooltip support.
|
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}
|
\subsubsection{Online help in wxWinCE}
|
||||||
|
|
||||||
You can use the help controller wxWinceHelpController which controls
|
You can use the help controller wxWinceHelpController which controls
|
||||||
|
Reference in New Issue
Block a user