Updated PCI IDs to latest snapshot.
[tangerine.git] / rom / workbench / changeworkbenchselectiona.c
blob99a6c9c7876bf38186e4ef6578b2a2c8e2d8115e
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Change the selection state of icons in a named drawer.
6 Lang: english
7 */
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 /*****************************************************************************
19 NAME */
21 #include <proto/workbench.h>
23 AROS_LH3(BOOL, ChangeWorkbenchSelectionA,
25 /* SYNOPSIS */
26 AROS_LHA(STRPTR, name, A0),
27 AROS_LHA(struct Hook *, hook, A1),
28 AROS_LHA(struct TagItem *, tags, A2),
30 /* LOCATION */
31 struct WorkbenchBase *, WorkbenchBase, 21, Workbench)
33 /* FUNCTION
35 INPUTS
37 RESULT
39 NOTES
41 EXAMPLE
43 BUGS
45 SEE ALSO
47 INTERNALS
49 ******************************************************************************/
51 AROS_LIBFUNC_INIT
53 /* No tags defined for this function... */
55 return FALSE;
57 AROS_LIBFUNC_EXIT
58 } /* ChangeWorkbenchSelectionA */