]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/statbmp.tex
remove .cvsignore files, they're useless with svn
[wxWidgets.git] / docs / latex / wx / statbmp.tex
index 2b88fd850628ba5df24227fb7f9de74abf04b204..957824513c0c996ab6e493fe90ceb6f32f44b6c2 100644 (file)
@@ -42,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 = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
 \param{long}{ style = 0}, \param{const wxString\& }{name = ``staticBitmap"}}
 
 Constructor, creating and showing a text control.
@@ -71,7 +71,7 @@ Constructor, creating and showing a text control.
 \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 = wxDefaultPosition}, \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}.
@@ -89,7 +89,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 +100,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 +118,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 +130,5 @@ Sets the label to the given icon.
 
 \wxheading{See also}
 
-\helpref{wxStaticIcon::GetIcon}{wxstaticbitmapgeticon}
+\helpref{wxStaticBitmap::GetIcon}{wxstaticbitmapgeticon}