projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes #13557
[wxWidgets.git]
/
include
/
wx
/
msw
/
statline.h
diff --git
a/include/wx/msw/statline.h
b/include/wx/msw/statline.h
index 9f711377a304c9ed730dde306729d4d0ffa93162..1efded8febee101b9bd7fbc3839c9b4c0d6e6a00 100644
(file)
--- a/
include/wx/msw/statline.h
+++ b/
include/wx/msw/statline.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: msw/statline.h
+// Name:
wx/
msw/statline.h
// Purpose: MSW version of wxStaticLine class
// Author: Vadim Zeitlin
// Created: 28.06.99
// Purpose: MSW version of wxStaticLine class
// Author: Vadim Zeitlin
// Created: 28.06.99
@@
-11,41
+11,36
@@
#ifndef _WX_MSW_STATLINE_H_
#define _WX_MSW_STATLINE_H_
#ifndef _WX_MSW_STATLINE_H_
#define _WX_MSW_STATLINE_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #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
- virtual bool AcceptsFocus() const { return
FALSE
; }
+ // overrid
d
en base class virtuals
+ 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;