X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c67daf87774c71ae9f73af9969008af220e52a11..c67d86184d21b37d32c621bd45318d5818c3f864:/include/wx/gtk/scrolbar.h?ds=inline diff --git a/include/wx/gtk/scrolbar.h b/include/wx/gtk/scrolbar.h index 27941a616b..f4a50694d0 100644 --- a/include/wx/gtk/scrolbar.h +++ b/include/wx/gtk/scrolbar.h @@ -77,7 +77,9 @@ class wxScrollBar: public wxControl void SetObjectLength( int objectLength ); void SetViewLength( int viewLength ); - public: + // implementation + + bool IsOwnGtkWindow( GdkWindow *window ); GtkAdjustment *m_adjust; float m_oldPos;