projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added missing export declarations for wxGTK internal functions needed outside of...
[wxWidgets.git]
/
include
/
wx
/
generic
/
statline.h
diff --git
a/include/wx/generic/statline.h
b/include/wx/generic/statline.h
index aadf1250b2646efe37e186b68e0dbeed6cb31ec9..ae1ce7aa0083fbdfc1c2ec8f96ed83e43b08ca16 100644
(file)
--- a/
include/wx/generic/statline.h
+++ b/
include/wx/generic/statline.h
@@
-30,7
+30,7
@@
public:
const wxPoint &pos = wxDefaultPosition,
const wxSize &size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
const wxPoint &pos = wxDefaultPosition,
const wxSize &size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
- const wxString &name = wxStatic
Text
NameStr )
+ const wxString &name = wxStatic
Line
NameStr )
{
Create(parent, id, pos, size, style, name);
}
{
Create(parent, id, pos, size, style, name);
}
@@
-42,7
+42,7
@@
public:
const wxPoint &pos = wxDefaultPosition,
const wxSize &size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
const wxPoint &pos = wxDefaultPosition,
const wxSize &size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
- const wxString &name = wxStatic
Text
NameStr );
+ const wxString &name = wxStatic
Line
NameStr );
// it's necessary to override this wxWindow function because we
// will want to return the main widget for m_statbox
// it's necessary to override this wxWindow function because we
// will want to return the main widget for m_statbox