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
22 ***************************************************************************/
24 // forward declarations
30 PT_HORIZ
=0, // horizontal size pointer
31 PT_VERT
, // vertical size pointer
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
);