2 * Copyright 2010, Haiku, Inc. All Rights Reserved.
3 * Copyright 2009, Pier Luigi Fiorini.
4 * Distributed under the terms of the MIT License.
6 #ifndef _DISPLAY_VIEW_H
7 #define _DISPLAY_VIEW_H
9 #include "SettingsPane.h"
15 class DisplayView
: public SettingsPane
{
17 DisplayView(SettingsHost
* host
);
19 virtual void AttachedToWindow();
20 virtual void MessageReceived(BMessage
* msg
);
23 status_t
Load(BMessage
&);
24 status_t
Save(BMessage
&);
28 BTextControl
* fWindowWidth
;
30 BMenuField
* fIconSizeField
;
34 #endif // _DISPLAY_VIEW_H