projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't use -single_module together with -bundle under Darwin (ld gives an error for...
[wxWidgets.git]
/
include
/
wx
/
univ
/
statline.h
diff --git
a/include/wx/univ/statline.h
b/include/wx/univ/statline.h
index 5896a480607ae4ddf83d82ff33bf527bd8c27ee3..6b6af3c56dc5d91408a691bce209389365c16f24 100644
(file)
--- a/
include/wx/univ/statline.h
+++ b/
include/wx/univ/statline.h
@@
-8,10
+8,6
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
- #pragma interface "statline.h"
-#endif
-
#ifndef _WX_UNIV_STATLINE_H_
#define _WX_UNIV_STATLINE_H_
#ifndef _WX_UNIV_STATLINE_H_
#define _WX_UNIV_STATLINE_H_
@@
-26,14
+22,14
@@
public:
wxCoord length,
long style = wxLI_HORIZONTAL)
{
wxCoord length,
long style = wxLI_HORIZONTAL)
{
- Create(parent,
-1
, pos,
- style & wxLI_VERTICAL ? wxSize(
-1
, length)
- : wxSize(length,
-1
),
+ Create(parent,
wxID_ANY
, pos,
+ style & wxLI_VERTICAL ? wxSize(
wxDefaultCoord
, length)
+ : wxSize(length,
wxDefaultCoord
),
style);
}
wxStaticLine(wxWindow *parent,
style);
}
wxStaticLine(wxWindow *parent,
- wxWindowID id,
+ wxWindowID id
= wxID_ANY
,
const wxPoint &pos = wxDefaultPosition,
const wxSize &size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
const wxPoint &pos = wxDefaultPosition,
const wxSize &size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
@@
-43,7
+39,7
@@
public:
}
bool Create(wxWindow *parent,
}
bool Create(wxWindow *parent,
- wxWindowID id,
+ wxWindowID id
= wxID_ANY
,
const wxPoint &pos = wxDefaultPosition,
const wxSize &size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
const wxPoint &pos = wxDefaultPosition,
const wxSize &size = wxDefaultSize,
long style = wxLI_HORIZONTAL,