projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
made some wxHtmlEntitiesParser's methods public -- turned out they are useful
[wxWidgets.git]
/
include
/
wx
/
univ
/
stattext.h
diff --git
a/include/wx/univ/stattext.h
b/include/wx/univ/stattext.h
index f6ef3232cdc0bda9e9527a1f672bf461d4c8be02..e08731b5b18eb84ccc12df1acab0daea23e5d25f 100644
(file)
--- a/
include/wx/univ/stattext.h
+++ b/
include/wx/univ/stattext.h
@@
-5,7
+5,7
@@
// Modified by:
// Created: 14.08.00
// RCS-ID: $Id$
// Modified by:
// Created: 14.08.00
// RCS-ID: $Id$
-// Copyright: (c) 2000
Vadim Zeitlin
+// Copyright: (c) 2000
SciTech Software, Inc. (www.scitechsoft.com)
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
@@
-33,7
+33,7
@@
public:
wxWindowID id,
const wxString& label,
const wxPoint& pos = wxDefaultPosition,
wxWindowID id,
const wxString& label,
const wxPoint& pos = wxDefaultPosition,
- const wxSize& size = wxDefaultSize,
+ const wxSize& size = wxDefaultSize,
long style = 0,
const wxString &name = wxStaticTextNameStr)
{
long style = 0,
const wxString &name = wxStaticTextNameStr)
{
@@
-45,7
+45,7
@@
public:
wxWindowID id,
const wxString &label,
const wxPoint &pos = wxDefaultPosition,
wxWindowID id,
const wxString &label,
const wxPoint &pos = wxDefaultPosition,
- const wxSize &size = wxDefaultSize,
+ const wxSize &size = wxDefaultSize,
long style = 0,
const wxString &name = wxStaticTextNameStr);
long style = 0,
const wxString &name = wxStaticTextNameStr);
@@
-59,6
+59,8
@@
protected:
// draw the control
virtual void DoDraw(wxControlRenderer *renderer);
// draw the control
virtual void DoDraw(wxControlRenderer *renderer);
+
+ DECLARE_ABSTRACT_CLASS(wxStaticText)
};
#endif // _WX_UNIV_STATTEXT_H_
};
#endif // _WX_UNIV_STATTEXT_H_