projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Further wxRTC doc updates
[wxWidgets.git]
/
include
/
wx
/
gtk
/
slider.h
diff --git
a/include/wx/gtk/slider.h
b/include/wx/gtk/slider.h
index bd4af3fcad80204c6f66b406197cf43a8518b036..76f6dae280b91cd0189e6ee7a581c719cfdb3c9c 100644
(file)
--- a/
include/wx/gtk/slider.h
+++ b/
include/wx/gtk/slider.h
@@
-10,18
+10,14
@@
#ifndef __GTKSLIDERH__
#define __GTKSLIDERH__
#ifndef __GTKSLIDERH__
#define __GTKSLIDERH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
// ----------------------------------------------------------------------------
// wxSlider
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxSlider
// ----------------------------------------------------------------------------
-class wxSlider : public wxSliderBase
+class
WXDLLIMPEXP_CORE
wxSlider : public wxSliderBase
{
public:
{
public:
- wxSlider()
{ }
+ wxSlider()
;
wxSlider(wxWindow *parent,
wxWindowID id,
int value, int minValue, int maxValue,
wxSlider(wxWindow *parent,
wxWindowID id,
int value, int minValue, int maxValue,
@@
-64,13
+60,12
@@
public:
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
// implementation
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
// implementation
- bool IsOwnGtkWindow( GdkWindow *window );
- void ApplyWidgetStyle();
- void GtkDisableEvents();
- void GtkEnableEvents();
+ double m_pos;
+ int m_scrollEventType;
+ bool m_needThumbRelease;
- GtkAdjustment *m_adjust;
-
float m_oldPos
;
+protected:
+
virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const
;
private:
DECLARE_DYNAMIC_CLASS(wxSlider)
private:
DECLARE_DYNAMIC_CLASS(wxSlider)