projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add wxUSE_BASE64 checks around DoRead/WriteBinary() functions
[wxWidgets.git]
/
include
/
wx
/
gtk
/
slider.h
diff --git
a/include/wx/gtk/slider.h
b/include/wx/gtk/slider.h
index 8322bf66a9dfb0cf531ac5a44264d2917b8b724e..76f6dae280b91cd0189e6ee7a581c719cfdb3c9c 100644
(file)
--- a/
include/wx/gtk/slider.h
+++ b/
include/wx/gtk/slider.h
@@
-60,12
+60,13
@@
public:
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
// implementation
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
// implementation
- bool IsOwnGtkWindow( GdkWindow *window );
-
double m_pos;
int m_scrollEventType;
bool m_needThumbRelease;
double m_pos;
int m_scrollEventType;
bool m_needThumbRelease;
+protected:
+ virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;
+
private:
DECLARE_DYNAMIC_CLASS(wxSlider)
};
private:
DECLARE_DYNAMIC_CLASS(wxSlider)
};