Safer handling of Booleans.
[AROS.git] / workbench / libs / muimaster / classes / boopsi_private.h
blob1c2f2d45ed0124f79f2e4df5a2b48c625f66828c
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 **********************************************************/
9 struct Boopsi_DATA
11 struct TagItem *remember;
12 LONG remember_len;
14 struct IClass *boopsi_class;
15 char *boopsi_classid;
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;
22 ULONG boopsi_smart;
24 struct TagItem *boopsi_taglist;
25 struct MUI_EventHandlerNode ehn;
28 #endif /* _BOOPSI_PRIVATE_H_ */