2 * Copyright 2008 Ralf Schülke, ralf.schuelke@googlemail.com.
3 * Copyright 2014 Haiku, Inc. All rights reserved.
5 * Distributed under the terms of the MIT License.
8 * Ralf Schülke, ralf.schuelke@googlemail.com
9 * John Scipione, jscipione@gmail.com
11 #ifndef PAIRS_BUTTON_H
12 #define PAIRS_BUTTON_H
18 class PairsButton
: public BButton
{
20 PairsButton(int32 x
, int32 y
, int32 size
,
22 virtual ~PairsButton();
26 #endif // PAIRS_BUTTON_H