fall back to a repository that does provide the version of acpica we use. (NicJA)
[AROS.git] / rom / intuition / strgadgets.h
blob22adcccb138580b31792b45d6cb7edb965eaecee
1 /*
2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3 Copyright © 2001-2003, The MorphOS Development Team. All Rights Reserved.
4 $Id$
5 */
7 #ifndef INTUITION_INTUITION_H
8 # include <intuition/intuition.h>
9 #endif
10 #ifndef INTUITION_INTUITIONBASE_H
11 # include <intuition/intuitionbase.h>
12 #endif
13 #ifndef INTUITION_SGHOOKS_H
14 # include <intuition/sghooks.h>
15 #endif
16 #ifndef _GADGETS_H_
17 # include "gadgets.h"
18 #endif
21 AROS_UFP3(ULONG, GlobalEditFunc,
22 AROS_UFPA(struct Hook *, hook, A0),
23 AROS_UFPA(struct SGWork *, sgw, A2),
24 AROS_UFPA(ULONG *, command, A1)
28 VOID RefreshStrGadget(struct Gadget *, struct Window *, struct Requester *,
29 struct IntuitionBase *);
30 VOID UpdateStrGadget(struct Gadget *, struct Window *, struct Requester *,
31 struct IntuitionBase *);
32 ULONG HandleStrInput(struct Gadget *, struct GadgetInfo *,
33 struct InputEvent *, UWORD *, struct IntuitionBase *);