2 * Copyright 2003-2009, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
8 * Axel Dörfler, axeld@pinc-software.de.
10 #ifndef VOLUME_WINDOW_H
11 #define VOLUME_WINDOW_H
16 #include "MixerControl.h"
19 class VolumeWindow
: public BWindow
{
21 VolumeWindow(BRect frame
, bool dontBeep
= false,
22 int32 volumeWhich
= VOLUME_USE_MIXER
);
23 virtual ~VolumeWindow();
26 virtual void MessageReceived(BMessage
* message
);
32 #endif // VOLUME_WINDOW_H