Fixed docs footer to bottom, and fixed up TOC on all main pages, and some overviews.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2012-11-03 18:29:28 +00:00
parent 6d6de9f10f
commit e7054054f0
38 changed files with 518 additions and 759 deletions

View File

@@ -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
<hr>
@section overview_bitmap_supportedformats Supported Bitmap File Formats