2 * Copyright 2008-2011, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Michael Pfeiffer <laplace@users.sourceforge.net>
8 #ifndef DESCRIPTION_PAGE_H
9 #define DESCRIPTION_PAGE_H
12 #include "WizardPageView.h"
17 class DescriptionPage
: public WizardPageView
{
19 DescriptionPage(const char* name
,
20 const char* description
, bool hasHeading
);
21 virtual ~DescriptionPage();
24 void _BuildUI(const char* description
,
28 BTextView
* fDescription
;
32 #endif // DESCRIPTION_PAGE_H