projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add GTK3-specific code for DrawItemSelectionRect(), fixes drawing selected tree contr...
[wxWidgets.git]
/
include
/
wx
/
univ
/
statline.h
diff --git
a/include/wx/univ/statline.h
b/include/wx/univ/statline.h
index 56545ae3f4a1a1e805e2341f01807044736a218f..85fb86f3a2a80d6b5a7f3b1dfa1dacab7b87f954 100644
(file)
--- a/
include/wx/univ/statline.h
+++ b/
include/wx/univ/statline.h
@@
-8,14
+8,10
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "univstatline.h"
-#endif
-
#ifndef _WX_UNIV_STATLINE_H_
#define _WX_UNIV_STATLINE_H_
#ifndef _WX_UNIV_STATLINE_H_
#define _WX_UNIV_STATLINE_H_
-class WXDLL
EXPORT
wxStaticLine : public wxStaticLineBase
+class WXDLL
IMPEXP_CORE
wxStaticLine : public wxStaticLineBase
{
public:
// constructors and pseudo-constructors
{
public:
// constructors and pseudo-constructors
@@
-37,7
+33,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);
}
@@
-47,7
+43,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 );
protected:
virtual void DoDraw(wxControlRenderer *renderer);
protected:
virtual void DoDraw(wxControlRenderer *renderer);