]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/graphics.h
Made wxInfoBar::SetFont() change the text message font.
[wxWidgets.git] / include / wx / graphics.h
index 322e2b769f747d778ea9f6275639adf53fff44eb..ef8501e4edb4733fdd4c3ee3e5dc47846265875b 100644 (file)
@@ -657,6 +657,9 @@ public:
 
     // create a native bitmap representation
     virtual wxGraphicsBitmap CreateBitmap( const wxBitmap &bitmap ) = 0;
+    
+    // create a graphics bitmap from a native bitmap
+    virtual wxGraphicsBitmap CreateBitmapFromNativeBitmap( void* bitmap ) = 0;
 
     // create a subimage from a native image representation
     virtual wxGraphicsBitmap CreateSubBitmap( const wxGraphicsBitmap &bitmap, wxDouble x, wxDouble y, wxDouble w, wxDouble h  ) = 0;