X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3f641cb5e2a89f9e191ee5b60eb6dafb23096d3..4e15d1caa03346c126015019c1fdf093033ef40b:/docs/doxygen/overviews/bitmap.h diff --git a/docs/doxygen/overviews/bitmap.h b/docs/doxygen/overviews/bitmap.h index f7229d2c8c..6b22d1a051 100644 --- a/docs/doxygen/overviews/bitmap.h +++ b/docs/doxygen/overviews/bitmap.h @@ -10,11 +10,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 +86,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 -
- @section overview_bitmap_supportedformats Supported Bitmap File Formats