1 #ifndef _BOOLGADGETS_H_
2 #define _BOOLGADGETS_H_
5 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6 Copyright © 2001-2003, The MorphOS Development Team. All Rights Reserved.
10 #ifndef INTUITION_INTUITION_H
11 # include <intuition/intuition.h>
13 #ifndef INTUITION_INTUITIONBASE_H
14 # include <intuition/intuitionbase.h>
17 void RefreshBoolGadget (struct Gadget
* gadget
, struct Window
* window
,
18 struct Requester
* requester
, struct IntuitionBase
* IntuitionBase
);
20 void RefreshBoolGadgetState(struct Gadget
* gadget
, struct Window
* window
,
21 struct Requester
*requester
, struct IntuitionBase
*IntuitionBase
);
23 #endif /* _BOOLGADGETS_H_ */