projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
better guarding when no printing architecture exists (patch from Joel Low)
[wxWidgets.git]
/
include
/
wx
/
palmos
/
slider.h
diff --git
a/include/wx/palmos/slider.h
b/include/wx/palmos/slider.h
index 8ff0a2f47a9f20440507afbfca935ce727ca4a6b..078d5d23ec7e9cb7c34e3dff4de0fd3b7bd4d1d7 100644
(file)
--- a/
include/wx/palmos/slider.h
+++ b/
include/wx/palmos/slider.h
@@
-12,12
+12,8
@@
#ifndef _SLIDERPALM_H_
#define _SLIDERPALM_H_
#ifndef _SLIDERPALM_H_
#define _SLIDERPALM_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "slider.h"
-#endif
-
// Slider
// Slider
-class WXDLL
EXPORT
wxSlider : public wxSliderBase
+class WXDLL
IMPEXP_CORE
wxSlider : public wxSliderBase
{
public:
wxSlider()
{
public:
wxSlider()
@@
-37,7
+33,7
@@
public:
Create(parent, id, value, minValue, maxValue, pos, size, style, validator, name);
}
Create(parent, id, value, minValue, maxValue, pos, size, style, validator, name);
}
- ~wxSlider();
+
virtual
~wxSlider();
bool Create(wxWindow *parent, wxWindowID id,
int value, int minValue, int maxValue,
bool Create(wxWindow *parent, wxWindowID id,
int value, int minValue, int maxValue,