2 * Copyright 2009, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef POSITION_TOOL_TIP_H
6 #define POSITION_TOOL_TIP_H
12 class PositionToolTip
: public BToolTip
{
15 virtual ~PositionToolTip();
17 virtual BView
* View() const;
19 void Update(bigtime_t position
, bigtime_t duration
);
27 #endif // POSITION_TOOL_TIP_H