projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wxImage::RotateHue() and RGB <-> HSV conversions (patch 1227108)
[wxWidgets.git]
/
include
/
wx
/
statbmp.h
diff --git
a/include/wx/statbmp.h
b/include/wx/statbmp.h
index e0e4566370a49248554c847975c496014cb55fee..c54f6273132bcab9b0edca228cc6731b15229b0f 100644
(file)
--- a/
include/wx/statbmp.h
+++ b/
include/wx/statbmp.h
@@
-42,6
+42,7
@@
public:
// overriden base class virtuals
virtual bool AcceptsFocus() const { return false; }
// overriden base class virtuals
virtual bool AcceptsFocus() const { return false; }
+ virtual bool HasTransparentBackground() { return true; }
protected:
virtual wxSize DoGetBestSize() const;
protected:
virtual wxSize DoGetBestSize() const;