2 * Copyright 2012-2013 Tri-Edge AI <triedgeai@gmail.com>
3 * Copyright 2014 Haiku, Inc. All rights reserved.
5 * Distributed under the terms of the MIT license.
9 * John Scipione, jscipione@gmail.com
11 #ifndef GRAVITY_CONFIG_VIEW_H
12 #define GRAVITY_CONFIG_VIEW_H
26 class ConfigView
: public BView
{
28 ConfigView(BRect frame
, Gravity
* parent
);
31 void AttachedToWindow();
32 void MessageReceived(BMessage
* message
);
37 BStringView
* fTitleString
;
38 BStringView
* fAuthorString
;
40 BSlider
* fCountSlider
;
42 BStringView
* fShadeString
;
43 BListView
* fShadeList
;
44 BScrollView
* fShadeScroll
;
48 #endif // GRAVITY_CONFIG_VIEW_H