]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/bitmap.h
Fix incorrect XRC format docs for wxMenu(Bar)'s "style" property.
[wxWidgets.git] / docs / doxygen / overviews / bitmap.h
index f7229d2c8c15885bd844d99a7c4591ab02cb7661..811420118986a9ddff7719c9f5a63b61c7932554 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        bitmap.h
 // Purpose:     topic overview
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -10,11 +9,7 @@
 
 @page overview_bitmap Bitmaps and Icons
 
-Classes:
-@li wxBitmap
-@li wxBitmapHandler
-@li wxIcon
-@li wxCursor
+@tableofcontents
 
 The wxBitmap class encapsulates the concept of a platform-dependent bitmap,
 either monochrome or colour. Platform-specific methods for creating a wxBitmap
@@ -90,12 +85,9 @@ PNG files embedded in resources (meaning either Windows resource section of the
 executable file or OS X "Resource" subdirectory of the application bundle) or
 arrays containing PNG data included into the program code itself.
 
-@li @ref overview_bitmap_supportedformats
-@li @ref overview_bitmap_handlers
+@see @ref group_class_gdi
 
 
-<hr>
-
 
 @section overview_bitmap_supportedformats Supported Bitmap File Formats