projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added master define for CommandBar vs. PocketPC mixed bar.
[wxWidgets.git]
/
include
/
wx
/
gtk
/
bitmap.h
diff --git
a/include/wx/gtk/bitmap.h
b/include/wx/gtk/bitmap.h
index 25b7778b1c7df307a344ad7f711905dafdaa9563..51cc2fed09c8aa4141cead85bf6e597fb662a73f 100644
(file)
--- a/
include/wx/gtk/bitmap.h
+++ b/
include/wx/gtk/bitmap.h
@@
-11,7
+11,7
@@
#ifndef __GTKBITMAPH__
#define __GTKBITMAPH__
#ifndef __GTKBITMAPH__
#define __GTKBITMAPH__
-#if defined(__GNUG__) && !defined(
__APPLE__
)
+#if defined(__GNUG__) && !defined(
NO_GCC_PRAGMA
)
#pragma interface
#endif
#pragma interface
#endif
@@
-113,6
+113,8
@@
public:
GdkPixmap *GetPixmap() const;
GdkBitmap *GetBitmap() const;
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);
protected:
bool CreateFromXpm(const char **bits);
bool CreateFromImage(const wxImage& image, int depth);