]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/statbmp.tex
added copy constr
[wxWidgets.git] / docs / latex / wx / statbmp.tex
index 33afe1c15eaa0903a7af51abae8d4fd8d22fdbab..81ef5abc1f0264433ea8fac5835b16ff335bd84e 100644 (file)
@@ -17,6 +17,10 @@ display larger images portably.
 
 <wx/statbmp.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Window styles}
 
 There are no special styles for this control.
@@ -45,7 +49,7 @@ Default constructor.
 \param{const wxBitmap\& }{label}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
 \param{long}{ style = 0}, \param{const wxString\& }{name = ``staticBitmap"}}
 
-Constructor, creating and showing a text control.
+Constructor, creating and showing a static bitmap control.
 
 \wxheading{Parameters}
 
@@ -89,7 +93,7 @@ be called even if \helpref{SetIcon}{wxstaticbitmapseticon} had been used.
 \helpref{wxStaticBitmap::SetBitmap}{wxstaticbitmapsetbitmap}
 
 
-\membersection{wxStaticIcon::GetIcon}\label{wxstaticbitmapgeticon}
+\membersection{wxStaticBitmap::GetIcon}\label{wxstaticbitmapgeticon}
 
 \constfunc{wxIcon}{GetIcon}{\void}
 
@@ -100,7 +104,7 @@ can't be retrieved from the control if a bitmap had been set (using
 
 \wxheading{See also}
 
-\helpref{wxStaticIcon::SetIcon}{wxstaticbitmapseticon}
+\helpref{wxStaticBitmap::SetIcon}{wxstaticbitmapseticon}
 
 
 \membersection{wxStaticBitmap::SetBitmap}\label{wxstaticbitmapsetbitmap}
@@ -118,7 +122,7 @@ Sets the bitmap label.
 \helpref{wxStaticBitmap::GetBitmap}{wxstaticbitmapgetbitmap}
 
 
-\membersection{wxStaticIcon::SetIcon}\label{wxstaticbitmapseticon}
+\membersection{wxStaticBitmap::SetIcon}\label{wxstaticbitmapseticon}
 
 \func{virtual void}{SetIcon}{\param{const wxIcon\& }{ label}}
 
@@ -130,5 +134,5 @@ Sets the label to the given icon.
 
 \wxheading{See also}
 
-\helpref{wxStaticIcon::GetIcon}{wxstaticbitmapgeticon}
+\helpref{wxStaticBitmap::GetIcon}{wxstaticbitmapgeticon}