]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bitmap.h
don't distribute extra space between 0 width cells in justified paragraphs (this...
[wxWidgets.git] / include / wx / gtk / bitmap.h
index 5ba80bf85f4b992257b201df21f5e306386b5a6c..51cc2fed09c8aa4141cead85bf6e597fb662a73f 100644 (file)
@@ -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);