projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxVariant is in wxBase so should be forward declared using WXDLLIMPEXP_BASE and not...
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
stattext.h
diff --git
a/include/wx/gtk1/stattext.h
b/include/wx/gtk1/stattext.h
index eb9ee2a86ed5d47082c96a3ff89c2896b8db6b06..fc7098928b56a522155e125b8310abcb707da21e 100644
(file)
--- a/
include/wx/gtk1/stattext.h
+++ b/
include/wx/gtk1/stattext.h
@@
-65,10
+65,12
@@
public:
// implementation
// --------------
-
- void ApplyWidgetStyle();
protected:
+ virtual void DoSetSize(int x, int y,
+ int width, int height,
+ int sizeFlags = wxSIZE_AUTO);
+
virtual wxSize DoGetBestSize() const;
DECLARE_DYNAMIC_CLASS(wxStaticText)