Listtree.mcc: implement MUIM_Listtree_Insert and MUIM_Listtree_GetEntry
[AROS.git] / workbench / classes / zune / listtree / listtree_private.h
blobaabd0df483be54fe700d3102bd2e10d586982ff5
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;
21 /*- Protected ----------------------------------------------------------*/
23 /*- Public -------------------------------------------------------------*/
26 #endif /* _LISTTREE_PRIVATE_H_ */