Listtree.mcc: simulate triggeting notifications for Listtree_Active attribute
[AROS.git] / workbench / classes / zune / listtree / listtree_private.h
blob6d50182fb178a15b1fde1c504e2f7f77de456f91
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;
19 Object *nlisttree;
20 struct Hook notifysimulatehook;
22 /*- Protected ----------------------------------------------------------*/
24 /*- Public -------------------------------------------------------------*/
27 #endif /* _LISTTREE_PRIVATE_H_ */