X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fa482912e420a40e9f2e55a0f5407562826dd15e..f973828cd9b31d3b80386fab5e6f7c4a106d97fc:/docs/latex/wx/statbmp.tex?ds=inline diff --git a/docs/latex/wx/statbmp.tex b/docs/latex/wx/statbmp.tex index 78ea1aac9c..7c24e75214 100644 --- a/docs/latex/wx/statbmp.tex +++ b/docs/latex/wx/statbmp.tex @@ -1,6 +1,10 @@ \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. \wxheading{Derived from} @@ -30,6 +34,7 @@ palette problems. \latexignore{\rtfignore{\wxheading{Members}}} + \membersection{wxStaticBitmap::wxStaticBitmap}\label{wxstaticbitmapconstr} \func{}{wxStaticBitmap}{\void} @@ -37,7 +42,7 @@ palette problems. Default constructor. \func{}{wxStaticBitmap}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id},\rtfsp -\param{const wxBitmap\& }{label = ``"}, \param{const wxPoint\& }{pos}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp +\param{const wxBitmap\& }{label}, \param{const wxPoint\& }{pos}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp \param{long}{ style = 0}, \param{const wxString\& }{name = ``staticBitmap"}} Constructor, creating and showing a text control. @@ -62,14 +67,16 @@ Constructor, creating and showing a text control. \helpref{wxStaticBitmap::Create}{wxstaticbitmapcreate} + \membersection{wxStaticBitmap::Create}\label{wxstaticbitmapcreate} \func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id},\rtfsp -\param{const wxBitmap\& }{label = ``"}, \param{const wxPoint\& }{pos}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp +\param{const wxBitmap\& }{label}, \param{const wxPoint\& }{pos}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp \param{long}{ style = 0}, \param{const wxString\& }{name = ``staticBitmap"}} Creation function, for two-step construction. For details see \helpref{wxStaticBitmap::wxStaticBitmap}{wxstaticbitmapconstr}. + \membersection{wxStaticBitmap::GetBitmap}\label{wxstaticbitmapgetbitmap} \constfunc{wxBitmap\&}{GetBitmap}{\void} @@ -80,6 +87,7 @@ Returns a reference to the label bitmap. \helpref{wxStaticBitmap::SetBitmap}{wxstaticbitmapsetbitmap} + \membersection{wxStaticBitmap::SetBitmap}\label{wxstaticbitmapsetbitmap} \func{virtual void}{SetBitmap}{\param{const wxBitmap\& }{ label}}