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 _PREFLET_VIEW_H
7 #define _PREFLET_VIEW_H
15 class PrefletView
: public BTabView
{
17 PrefletView(SettingsHost
* host
);
20 int32
CountPages() const;
21 BView
* PageAt(int32 index
);
24 #endif // PREFLETVIEW_H