/////////////////////////////////////////////////////////////////////////////
-// Name: scrolbar.h
+// Name: wx/gtk/scrolbar.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifndef __GTKSCROLLBARH__
-#define __GTKSCROLLBARH__
-
-#include "wx/defs.h"
-
-//-----------------------------------------------------------------------------
-// classes
-//-----------------------------------------------------------------------------
-
-class WXDLLIMPEXP_CORE wxScrollBar;
+#ifndef _WX_GTK_SCROLLBAR_H_
+#define _WX_GTK_SCROLLBAR_H_
//-----------------------------------------------------------------------------
// wxScrollBar
long style = wxSB_HORIZONTAL,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxScrollBarNameStr );
- ~wxScrollBar();
+ virtual ~wxScrollBar();
int GetThumbPosition() const;
int GetThumbSize() const;
int GetPageSize() const;
static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
-
- // implementation
- // --------------
-
- bool IsOwnGtkWindow( GdkWindow *window );
-private:
DECLARE_DYNAMIC_CLASS(wxScrollBar)
};
-#endif
- // __GTKSCROLLBARH__
+#endif // _WX_GTK_SCROLLBAR_H_