2 * Copyright 2010-2017, Haiku, Inc. All Rights Reserved.
3 * Copyright 2009, Pier Luigi Fiorini.
4 * Distributed under the terms of the MIT License.
6 #ifndef _PREFLET_VIEW_H
7 #define _PREFLET_VIEW_H
12 #include "GeneralView.h"
16 const int32 kShowButtons
= '_SHB';
17 #define kShowButtonsKey "showButtons"
19 class PrefletView
: public BTabView
{
21 PrefletView(SettingsHost
* host
);
24 BView
* PageAt(int32 index
);
25 virtual void Select(int32 index
);
28 GeneralView
* fGeneralView
;
29 BMessenger fMessenger
;
32 #endif // PREFLETVIEW_H