projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Changed the default style flags on wxSplashScreen
[wxWidgets.git]
/
include
/
wx
/
univ
/
stattext.h
diff --git
a/include/wx/univ/stattext.h
b/include/wx/univ/stattext.h
index 371d197b3cb206ca7b2b1da020083a59384f077d..810aa35869399ed03bbd130108541a36f564c4f8 100644
(file)
--- a/
include/wx/univ/stattext.h
+++ b/
include/wx/univ/stattext.h
@@
-55,6
+55,8
@@
public:
virtual void SetLabel(const wxString& label);
+ virtual bool HasTransparentBackground() { return TRUE; }
+
protected:
// calculate the optimal size for the label
virtual wxSize DoGetBestClientSize() const;