X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..2d4957f2401a8814f90cda21ef945d99bc74596e:/include/wx/gtk/bitmap.h?ds=sidebyside diff --git a/include/wx/gtk/bitmap.h b/include/wx/gtk/bitmap.h index 5ba80bf85f..51cc2fed09 100644 --- a/include/wx/gtk/bitmap.h +++ b/include/wx/gtk/bitmap.h @@ -113,6 +113,8 @@ public: GdkPixmap *GetPixmap() const; GdkBitmap *GetBitmap() const; + // Basically, this corresponds to Win32 StretchBlt() + wxBitmap Rescale( int clipx, int clipy, int clipwidth, int clipheight, int width, int height ); protected: bool CreateFromXpm(const char **bits); bool CreateFromImage(const wxImage& image, int depth);