]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/graphcmn.cpp
Add a helper wxApp::GetValidTraits() method.
[wxWidgets.git] / src / common / graphcmn.cpp
index 33009406c435f68ba9edb0071aa210b419431585..9a75c2bf7167ca202accd9ace860a9c5a5915e95 100644 (file)
@@ -524,6 +524,11 @@ void wxGraphicsGradientStops::Add(const wxGraphicsGradientStop& stop)
     }
 }
 
+void * wxGraphicsBitmap::GetNativeBitmap() const
+{
+    return GetBitmapData()->GetNativeBitmap();
+}
+
 //-----------------------------------------------------------------------------
 // wxGraphicsContext Convenience Methods
 //-----------------------------------------------------------------------------