- bool IsOwnGtkWindow( GdkWindow *window );
- void ApplyWidgetStyle();
- void GtkDisableEvents();
- void GtkEnableEvents();
+ double m_pos;
+ int m_scrollEventType;
+ bool m_needThumbRelease;
+ bool m_blockScrollEvent;
+
+protected:
+ virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;