// Purpose: wxSpinButton class
// Author: Robert Roebling
// Modified by:
-// RCS-ID: $Id$
// Copyright: (c) Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;
private:
+ typedef wxSpinButtonBase base_type;
+
DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS(wxSpinButton)
};