Doc suggestions applied

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-04-28 10:37:08 +00:00
parent 146dd475ae
commit 0e66b22778
7 changed files with 31 additions and 4 deletions

View File

@@ -238,6 +238,12 @@ Creates an image from a platform-dependent bitmap. This preserves
mask information so that bitmaps and images can be converted back
and forth without loss in that respect.
\membersection{wxBitmap::CopyFromIcon}\label{wxbitmapcopyfromicon}
\func{bool}{CopyFromIcon}{\param{const wxIcon\&}{ icon}}
Creates the bitmap from an icon.
\membersection{wxBitmap::Create}\label{wxbitmapcreate}
\func{virtual bool}{Create}{\param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}