2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3 Copyright © 2001-2003, The MorphOS Development Team. All Rights Reserved.
7 #ifndef INTUITION_INTUITION_H
8 # include <intuition/intuition.h>
10 #ifndef INTUITION_INTUITIONBASE_H
11 # include <intuition/intuitionbase.h>
13 #ifndef INTUITION_SGHOOKS_H
14 # include <intuition/sghooks.h>
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
*);