]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/bitmap.h
added SetColMinimalWidth()
[wxWidgets.git] / include / wx / motif / bitmap.h
index 49495e6563b2a31e69e9c847909dfe551ce6b914..17b7142ce7ce02967eaa4921f0d913fd115fa982 100644 (file)
@@ -159,6 +159,9 @@ public:
 
   virtual bool Create(int width, int height, int depth = -1);
   virtual bool Create(void *data, long type, int width, int height, int depth = 1);
+   
+   wxBitmap GetSubBitmap( const wxRect& rect ) const;
+   
   virtual bool LoadFile(const wxString& name, long type = wxBITMAP_TYPE_XPM);
   virtual bool SaveFile(const wxString& name, int type, const wxPalette *cmap = NULL);