grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / classes / zune / listtree / listtree_private.h
blob72532148965a6dc8dae41d447fd7b4d2986c472d
1 #ifndef _LISTTREE_PRIVATE_H_
2 #define _LISTTREE_PRIVATE_H_
4 /*
5 Copyright © 2012, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <libraries/mui.h>
11 /*** Instance data **********************************************************/
12 struct Listtree_DATA
14 /*- Private ------------------------------------------------------------*/
15 APTR pool;
16 struct Hook *constrhook;
17 struct Hook *destrhook;
18 struct Hook *displayhook;
19 struct Hook *sorthook;
21 Object *nlisttree;
22 struct Hook notifysimulatehook;
23 struct Hook displayhookproxy;
24 struct Hook sorthookproxy;
25 struct Hook destructhookproxy;
26 struct Hook constructhookproxy;
28 /*- Protected ----------------------------------------------------------*/
30 /*- Public -------------------------------------------------------------*/
33 #endif /* _LISTTREE_PRIVATE_H_ */