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 PARTITONS_PAGE_H
9 #define PARTITONS_PAGE_H
12 #include "WizardPageView.h"
20 class PartitionsPage
: public WizardPageView
{
22 PartitionsPage(BMessage
* settings
,
24 virtual ~PartitionsPage();
26 virtual void PageCompleted();
30 void _FillPartitionsView(BView
* view
);
31 void _CreateSizeText(int64 size
, BString
* text
);
32 BMessage
* _CreateControlMessage(uint32 what
,
33 int32 partitionIndex
);
36 BTextView
* fDescription
;
37 BGridView
* fPartitions
;
41 #endif // PARTITONS_PAGE_H