]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/bitmap.h
handle error in GetDataSize()
[wxWidgets.git] / interface / wx / bitmap.h
index 07503809e9671b88fba30738b22ceafdd888dcd5..68c3ed8bc5ed919f6e5758f0099288a504bcfe99 100644 (file)
     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}