2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Change the selection state of icons in a named drawer.
9 #include <exec/types.h>
10 #include <exec/ports.h>
11 #include <utility/tagitem.h>
12 #include <intuition/intuition.h>
14 #include "workbench_intern.h"
15 #include <workbench/workbench.h>
17 /*****************************************************************************
21 #include <proto/workbench.h>
23 AROS_LH3(BOOL
, ChangeWorkbenchSelectionA
,
26 AROS_LHA(STRPTR
, name
, A0
),
27 AROS_LHA(struct Hook
*, hook
, A1
),
28 AROS_LHA(struct TagItem
*, tags
, A2
),
31 struct WorkbenchBase
*, WorkbenchBase
, 21, Workbench
)
49 ******************************************************************************/
53 /* No tags defined for this function... */
58 } /* ChangeWorkbenchSelectionA */