2 * Copyright 2004-2006, the Haiku project. All rights reserved.
3 * Distributed under the terms of the Haiku License.
5 * Authors in chronological order:
6 * mccall@digitalparadise.co.uk
10 #ifndef KEYBOARD_VIEW_H
11 #define KEYBOARD_VIEW_H
14 #include <GroupView.h>
16 #include <SupportDefs.h>
17 #include <InterfaceDefs.h>
18 #include <Application.h>
21 class KeyboardView
: public BGroupView
25 virtual ~KeyboardView();
26 void Draw(BRect frame
);
30 BBitmap
*fClockBitmap
;
31 BSlider
*fDelaySlider
;
32 BSlider
*fRepeatSlider
;