1 #ifndef _BOOPSI_PRIVATE_H_
2 #define _BOOPSI_PRIVATE_H_
4 /*** Instance data **********************************************************/
7 struct TagItem
*remember
;
10 struct IClass
*boopsi_class
;
12 int boopsi_minwidth
,boopsi_minheight
;
13 int boopsi_maxwidth
,boopsi_maxheight
;
14 Object
*boopsi_object
;
15 ULONG boopsi_tagdrawinfo
;
16 ULONG boopsi_tagscreen
;
17 ULONG boopsi_tagwindow
;
20 struct TagItem
*boopsi_taglist
;
21 struct MUI_EventHandlerNode ehn
;
24 #endif /* _BOOPSI_PRIVATE_H_ */