1 #ifndef _BOOPSI_PRIVATE_H_
2 #define _BOOPSI_PRIVATE_H_
4 #include <exec/types.h>
5 #include <intuition/classusr.h>
6 #include <libraries/mui.h>
8 /*** Instance data **********************************************************/
11 struct TagItem
*remember
;
14 struct IClass
*boopsi_class
;
16 int boopsi_minwidth
,boopsi_minheight
;
17 int boopsi_maxwidth
,boopsi_maxheight
;
18 Object
*boopsi_object
;
19 ULONG boopsi_tagdrawinfo
;
20 ULONG boopsi_tagscreen
;
21 ULONG boopsi_tagwindow
;
24 struct TagItem
*boopsi_taglist
;
25 struct MUI_EventHandlerNode ehn
;
28 #endif /* _BOOPSI_PRIVATE_H_ */