1 #ifndef BOOPSIGADGETS_H
2 #define BOOPSIGADGETS_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 extern void RefreshBoopsiGadget (struct Gadget
* gadget
, struct Window
* window
,
18 struct Requester
*requester
, struct IntuitionBase
* IntuitionBase
);
20 extern VOID
DoGMLayout(struct Gadget
*, struct Window
*,struct Requester
*,
21 UWORD
, BOOL
, struct IntuitionBase
*);
23 #endif /* BOOPSIGADGETS_H */