]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/bitmap.h
don't duplicate SetInitialSocketBuffers()
[wxWidgets.git] / interface / wx / bitmap.h
index ef1996453ca5aa229cee54f931e1c1fad233f6af..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}
 
@@ -492,7 +497,7 @@ public:
     /**
         Returns @true if bitmap data is present.
     */
-    bool IsOk() const;
+    virtual bool IsOk() const;
 
     /**
         Loads a bitmap from a file or resource.