]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/bitmap.h
Document that wxDC::FloodFill() is not implemented under wxOSX.
[wxWidgets.git] / include / wx / osx / bitmap.h
index eba46c6a1c2120fe8accadea3be7d9668c995df9..736e325376e283f731ae859ac8d760107d61e79e 100644 (file)
@@ -107,6 +107,9 @@ public:
     wxBitmap(CGImageRef image);
     wxBitmap(WX_NSImage image);
 
+    // Create a bitmap compatible with the given DC
+    wxBitmap(int width, int height, const wxDC& dc);
+    
     // If depth is omitted, will create a bitmap compatible with the display
     wxBitmap(int width, int height, int depth = -1) { (void)Create(width, height, depth); }
     wxBitmap(const wxSize& sz, int depth = -1) { (void)Create(sz, depth); }