2 * Copyright 2004-2012 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
8 #ifndef _EXPANDER_PREFERENCES_H
9 #define _EXPANDER_PREFERENCES_H
21 class DirectoryFilePanel
;
24 class ExpanderPreferences
: public BWindow
{
26 ExpanderPreferences(BMessage
* settings
);
27 virtual ~ExpanderPreferences();
29 virtual void MessageReceived(BMessage
* message
);
33 void _WriteSettings();
36 BCheckBox
* fAutoExpand
;
37 BCheckBox
* fCloseWindow
;
41 BRadioButton
* fDestUse
;
42 BRadioButton
* fSameDest
;
43 BRadioButton
* fLeaveDest
;
44 BTextControl
* fDestText
;
45 DirectoryFilePanel
* fUsePanel
;
50 #endif // _EXPANDER_PREFERENCES_H