2 * Copyright 2008 Haiku.
3 * Distributed under the terms of the MIT License.
6 * Fredrik Modéen fredrik@modeen.se
14 class PortItem
: public BStringItem
{
16 PortItem(const char* label
);
18 virtual void DrawItem(BView
*owner
, BRect frame
, bool complete
= false);
19 BString
GetOldJoystickName();
20 BString
GetJoystickName();
21 void SetJoystickName(BString str
);
23 BString fOldSelectedJoystick
;
24 BString fSelectedJoystick
;
28 #endif /* MESSAGED_ITEM_H */