projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed OS/2 compilation problems.
[wxWidgets.git]
/
include
/
wx
/
gtk
/
bitmap.h
diff --git
a/include/wx/gtk/bitmap.h
b/include/wx/gtk/bitmap.h
index a6c24d9c068a3d80e4270889f45e23017f411f04..3de03236153221e6b60d863221369668cdd28a30 100644
(file)
--- a/
include/wx/gtk/bitmap.h
+++ b/
include/wx/gtk/bitmap.h
@@
-84,6
+84,9
@@
public:
wxImage ConvertToImage() const;
+ // copies the contents and mask of the given (colour) icon to the bitmap
+ virtual bool CopyFromIcon(const wxIcon& icon);
+
wxMask *GetMask() const;
void SetMask( wxMask *mask );