]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/statbmp.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / statbmp.h
index 635bd3516b7982ba3a1282c6ce883b826cc8131e..07afe1f13da7f710adb555721b4b103b7ca72314 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        statbmp.h
-// Purpose:     documentation for wxStaticBitmap class
+// Purpose:     interface of wxStaticBitmap
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -20,8 +20,7 @@
     @category{ctrl}
     @appearance{staticbitmap.png}
 
-    @seealso
-    wxStaticBitmap, wxStaticBox
+    @see wxStaticBitmap, wxStaticBox
 */
 class wxStaticBitmap : public wxControl
 {
@@ -102,3 +101,4 @@ public:
     */
     virtual void SetIcon(const wxIcon& label);
 };
+