projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
minor cleanup
[wxWidgets.git]
/
include
/
wx
/
os2
/
stattext.h
diff --git
a/include/wx/os2/stattext.h
b/include/wx/os2/stattext.h
index 9840a9090cf33fd50c32cfb5b7763fe2085b5e6d..683210780484fe978adba7be7f1f6e523a6b51d4 100644
(file)
--- a/
include/wx/os2/stattext.h
+++ b/
include/wx/os2/stattext.h
@@
-12,15
+12,9
@@
#ifndef _WX_STATTEXT_H_
#define _WX_STATTEXT_H_
#ifndef _WX_STATTEXT_H_
#define _WX_STATTEXT_H_
-#ifdef __GNUG__
-#pragma interface "stattext.h"
-#endif
-
#include "wx/control.h"
#include "wx/control.h"
-WXDLLEXPORT_DATA(extern const char*) wxStaticTextNameStr;
-
-class WXDLLEXPORT wxStaticText : public wxStaticTextBase
+class WXDLLIMPEXP_CORE wxStaticText : public wxStaticTextBase
{
public:
inline wxStaticText() { }
{
public:
inline wxStaticText() { }
@@
-73,6
+67,9
@@
protected:
);
virtual wxSize DoGetBestSize(void) const;
);
virtual wxSize DoGetBestSize(void) const;
+ virtual void DoSetLabel(const wxString& str);
+ virtual wxString DoGetLabel() const;
+
private:
DECLARE_DYNAMIC_CLASS(wxStaticText)
}; // end of CLASS wxStaticText
private:
DECLARE_DYNAMIC_CLASS(wxStaticText)
}; // end of CLASS wxStaticText