projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed warning due to not using dllexport wxShadowObjectFields/Methods
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
statbox.h
diff --git
a/include/wx/gtk1/statbox.h
b/include/wx/gtk1/statbox.h
index 2bedf27d46e760b227bc5b68ae3ee441e4bc31e8..87b7372b86c5ba07e0ab44d70e898022bf9d4c03 100644
(file)
--- a/
include/wx/gtk1/statbox.h
+++ b/
include/wx/gtk1/statbox.h
@@
-47,6
+47,9
@@
public:
virtual bool IsTransparentForMouse() const { return TRUE; }
+protected:
+ void DoApplyWidgetStyle(GtkRcStyle *style);
+
private:
DECLARE_DYNAMIC_CLASS(wxStaticBox)
};