X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17bec151f9ae5d715023889377ee6979fb887d4a..794bcc2dea743ac907b839f54e451847c9ea4b72:/include/wx/gtk/bitmap.h diff --git a/include/wx/gtk/bitmap.h b/include/wx/gtk/bitmap.h index 9e37103fae..17ef650888 100644 --- a/include/wx/gtk/bitmap.h +++ b/include/wx/gtk/bitmap.h @@ -97,6 +97,7 @@ public: void SetWidth( int width ); void SetDepth( int depth ); void SetPixmap( GdkPixmap *pixmap ); + void SetBitmap( GdkBitmap *bitmap ); GdkPixmap *GetPixmap() const; GdkBitmap *GetBitmap() const;