projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don't make full copy of string in wxThreadEvent::Clone().
[wxWidgets.git]
/
include
/
wx
/
msw
/
statline.h
diff --git
a/include/wx/msw/statline.h
b/include/wx/msw/statline.h
index 3deda43eac652fd9897c4392d6ea37b141cde8c8..2a3528b604b541d76774f20400732ec46f7bedcb 100644
(file)
--- a/
include/wx/msw/statline.h
+++ b/
include/wx/msw/statline.h
@@
-11,41
+11,36
@@
#ifndef _WX_MSW_STATLINE_H_
#define _WX_MSW_STATLINE_H_
#ifndef _WX_MSW_STATLINE_H_
#define _WX_MSW_STATLINE_H_
-#ifdef __GNUG__
- #pragma interface
-#endif
-
// ----------------------------------------------------------------------------
// wxStaticLine
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxStaticLine
// ----------------------------------------------------------------------------
-class WXDLL
EXPORT
wxStaticLine : public wxStaticLineBase
+class WXDLL
IMPEXP_CORE
wxStaticLine : public wxStaticLineBase
{
public:
// constructors and pseudo-constructors
wxStaticLine() { }
wxStaticLine( wxWindow *parent,
{
public:
// constructors and pseudo-constructors
wxStaticLine() { }
wxStaticLine( wxWindow *parent,
- wxWindowID id,
- const wxPoint
&
pos = wxDefaultPosition,
- const wxSize
&
size = wxDefaultSize,
+ wxWindowID id
= wxID_ANY
,
+ const wxPoint
&
pos = wxDefaultPosition,
+ const wxSize
&
size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
long style = wxLI_HORIZONTAL,
- const wxString &name = wxStatic
Text
NameStr )
+ const wxString &name = wxStatic
Line
NameStr )
{
Create(parent, id, pos, size, style, name);
}
bool Create( wxWindow *parent,
{
Create(parent, id, pos, size, style, name);
}
bool Create( wxWindow *parent,
- wxWindowID id,
- const wxPoint
&
pos = wxDefaultPosition,
- const wxSize
&
size = wxDefaultSize,
+ wxWindowID id
= wxID_ANY
,
+ const wxPoint
&
pos = wxDefaultPosition,
+ const wxSize
&
size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
long style = wxLI_HORIZONTAL,
- const wxString &name = wxStatic
Text
NameStr );
+ const wxString &name = wxStatic
Line
NameStr );
// overriden base class virtuals
// overriden base class virtuals
- virtual bool AcceptsFocus() const { return
FALSE
; }
+ virtual bool AcceptsFocus() const { return
false
; }
-protected:
// usually overridden base class virtuals
virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
// usually overridden base class virtuals
virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;