2 * Copyright 2008-2010, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Michael Pfeiffer <laplace@users.sourceforge.net>
8 #ifndef DEFAULT_PARTITON_PAGE_H
9 #define DEFAULT_PARTITON_PAGE_H
12 #include "WizardPageView.h"
23 class DefaultPartitionPage
: public WizardPageView
{
25 DefaultPartitionPage(BMessage
* settings
,
26 BRect frame
, const char* name
);
27 virtual ~DefaultPartitionPage();
29 virtual void FrameResized(float width
, float height
);
31 virtual void AttachedToWindow();
32 virtual void MessageReceived(BMessage
* msg
);
36 BPopUpMenu
* _CreatePopUpMenu();
37 void _GetTimeoutLabel(int32 timeout
, BString
& label
);
41 BTextView
* fDescription
;
42 BMenuField
* fDefaultPartition
;
43 BSlider
* fTimeoutSlider
;
47 #endif // DEFAULT_PARTITON_PAGE_H