projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
another DMC build fix (http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/93155)
[wxWidgets.git]
/
include
/
wx
/
os2
/
stattext.h
diff --git
a/include/wx/os2/stattext.h
b/include/wx/os2/stattext.h
index 526780eafb3c346243c27d855648d94d400ddcc3..7ef0e38879e3151924c24e0b49cc8f6a7274cff8 100644
(file)
--- a/
include/wx/os2/stattext.h
+++ b/
include/wx/os2/stattext.h
@@
-6,16
+6,12
@@
// Created: 10/17/99
// RCS-ID: $Id$
// Copyright: (c) David Webster
// Created: 10/17/99
// RCS-ID: $Id$
// Copyright: (c) David Webster
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
#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"
class WXDLLEXPORT wxStaticText : public wxStaticTextBase
#include "wx/control.h"
class WXDLLEXPORT wxStaticText : public wxStaticTextBase
@@
-71,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