projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added wxConvFileName which is a variable, not define as wxConvFile; added comments...
[wxWidgets.git]
/
include
/
wx
/
gtk
/
bitmap.h
diff --git
a/include/wx/gtk/bitmap.h
b/include/wx/gtk/bitmap.h
index 2c8c37975ade2945b6f1ce1e94388deae7a31900..c3058826d59f75050d356ee284072b05d634fc49 100644
(file)
--- a/
include/wx/gtk/bitmap.h
+++ b/
include/wx/gtk/bitmap.h
@@
-137,6
+137,9
@@
public:
void *GetRawData(wxPixelDataBase& data, int bpp);
void UngetRawData(wxPixelDataBase& data);
+ bool HasAlpha() const;
+ void UseAlpha();
+
protected:
bool CreateFromXpm(const char **bits);
bool CreateFromImage(const wxImage& image, int depth);