1 #ifndef _LISTTREE_PRIVATE_H_
2 #define _LISTTREE_PRIVATE_H_
5 Copyright © 2012, The AROS Development Team. All rights reserved.
9 #include <libraries/mui.h>
11 /*** Instance data **********************************************************/
14 /*- Private ------------------------------------------------------------*/
16 struct Hook
*constrhook
;
17 struct Hook
*destrhook
;
18 struct Hook
*displayhook
;
19 struct Hook
*sorthook
;
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_ */