revert between 56095 -> 55830 in arch
[AROS.git] / workbench / classes / zune / nlist / nbalance_mcc / Pointer.h
blob6899f6349d7fd5ab9984bb9e73db79b2e369a73a
1 #ifndef _POINTER_H_
2 #define _POINTER_H_
3 /***************************************************************************
5 NBalance.mcc - New Balance MUI Custom Class
6 Copyright (C) 2008-2013 by NList Open Source Team
8 This library is free software; you can redistribute it and/or
9 modify it under the terms of the GNU Lesser General Public
10 License as published by the Free Software Foundation; either
11 version 2.1 of the License, or (at your option) any later version.
13 This library is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 Lesser General Public License for more details.
18 NList classes Support Site: http://www.sf.net/projects/nlist-classes
20 $Id$
22 ***************************************************************************/
24 // forward declarations
25 struct InstData;
27 // enums
28 enum PointerType
30 PT_HORIZ=0, // horizontal size pointer
31 PT_VERT, // vertical size pointer
32 PT_NONE
35 // prototypes
36 void SetupCustomPointers(struct InstData *data);
37 void CleanupCustomPointers(struct InstData *data);
38 void ShowCustomPointer(Object *obj, struct InstData *data);
39 void HideCustomPointer(Object *obj, struct InstData *data);
41 #endif // _POINTER_H_