projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added Joel's wxchar.h for future Unicode adventures
[wxWidgets.git]
/
include
/
wx
/
msw
/
stattext.h
diff --git
a/include/wx/msw/stattext.h
b/include/wx/msw/stattext.h
index dbb3646a0a6e375b9c2dd2020dac0eb1c60a25d1..432987cf5e9e3dcb3b5f48f96f10b117e622d7eb 100644
(file)
--- a/
include/wx/msw/stattext.h
+++ b/
include/wx/msw/stattext.h
@@
-45,6
+45,9
@@
class WXDLLEXPORT wxStaticText: public wxControl
// accessors
void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
// accessors
void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
+ void SetSize(const wxRect& rect, int sizeFlags = wxSIZE_AUTO)
+ { wxWindow::SetSize(rect, sizeFlags); }
+ void SetSize(const wxSize& size) { wxWindow::SetSize(size); }
void SetLabel(const wxString&);
// operations
void SetLabel(const wxString&);
// operations