projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Non-PCH build fix.
[wxWidgets.git]
/
include
/
wx
/
msw
/
statline.h
diff --git
a/include/wx/msw/statline.h
b/include/wx/msw/statline.h
index bb02249c481d8eab74d2412fa7786217d98a06c8..48ba88254d1117a92aa3fe7f3ea6807b6d75997b 100644
(file)
--- a/
include/wx/msw/statline.h
+++ b/
include/wx/msw/statline.h
@@
-5,16
+5,12
@@
// Created: 28.06.99
// Version: $Id$
// Copyright: (c) 1998 Vadim Zeitlin
// Created: 28.06.99
// Version: $Id$
// Copyright: (c) 1998 Vadim Zeitlin
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
#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
// ----------------------------------------------------------------------------
@@
-26,9
+22,9
@@
public:
wxStaticLine() { }
wxStaticLine( wxWindow *parent,
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,
const wxString &name = wxStaticTextNameStr )
{
long style = wxLI_HORIZONTAL,
const wxString &name = wxStaticTextNameStr )
{
@@
-36,16
+32,15
@@
public:
}
bool Create( wxWindow *parent,
}
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,
const wxString &name = wxStaticTextNameStr );
// overriden base class virtuals
long style = wxLI_HORIZONTAL,
const wxString &name = wxStaticTextNameStr );
// 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;