interface header revisions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-10-15 15:36:15 +00:00
parent 8c9e72f982
commit 427c415b93
4 changed files with 598 additions and 286 deletions

View File

@@ -23,6 +23,11 @@
wxBitmapHandler and add the handler using wxBitmap::AddHandler() in your
application initialisation.
Note that all wxBitmapHandlers provided by wxWidgets are part of the
@ref page_libs_wxcore library.
For details about the default handlers, please see the note in the
wxBitmap class documentation.
@library{wxcore}
@category{misc}