git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26015
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\section{\class{wxStaticBitmap}}\label{wxstaticbitmap}
\section{\class{wxStaticBitmap}}\label{wxstaticbitmap}
-A static bitmap control displays a bitmap.
+A static bitmap control displays a bitmap. It is meant for display of the
+small icons in the dialog boxes and is not meant to be a general purpose image
+display control. In particular, under Windows 9x the size of bitmap is limited
+to $64*64$ pixels and thus you should use your own control if you want to
+display larger images portably.
\latexignore{\rtfignore{\wxheading{Members}}}
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxStaticBitmap::wxStaticBitmap}\label{wxstaticbitmapconstr}
\func{}{wxStaticBitmap}{\void}
\membersection{wxStaticBitmap::wxStaticBitmap}\label{wxstaticbitmapconstr}
\func{}{wxStaticBitmap}{\void}
\helpref{wxStaticBitmap::Create}{wxstaticbitmapcreate}
\helpref{wxStaticBitmap::Create}{wxstaticbitmapcreate}
\membersection{wxStaticBitmap::Create}\label{wxstaticbitmapcreate}
\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id},\rtfsp
\membersection{wxStaticBitmap::Create}\label{wxstaticbitmapcreate}
\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id},\rtfsp
Creation function, for two-step construction. For details see \helpref{wxStaticBitmap::wxStaticBitmap}{wxstaticbitmapconstr}.
Creation function, for two-step construction. For details see \helpref{wxStaticBitmap::wxStaticBitmap}{wxstaticbitmapconstr}.
\membersection{wxStaticBitmap::GetBitmap}\label{wxstaticbitmapgetbitmap}
\constfunc{wxBitmap\&}{GetBitmap}{\void}
\membersection{wxStaticBitmap::GetBitmap}\label{wxstaticbitmapgetbitmap}
\constfunc{wxBitmap\&}{GetBitmap}{\void}
\helpref{wxStaticBitmap::SetBitmap}{wxstaticbitmapsetbitmap}
\helpref{wxStaticBitmap::SetBitmap}{wxstaticbitmapsetbitmap}
\membersection{wxStaticBitmap::SetBitmap}\label{wxstaticbitmapsetbitmap}
\func{virtual void}{SetBitmap}{\param{const wxBitmap\& }{ label}}
\membersection{wxStaticBitmap::SetBitmap}\label{wxstaticbitmapsetbitmap}
\func{virtual void}{SetBitmap}{\param{const wxBitmap\& }{ label}}