r4493@vps: verhaegs | 2007-04-19 14:44:00 -0400
[AROS.git] / rom / workbench / closeworkbenchobjecta.c
blob58b24ad6eacfccd1a6993c01d99ddd4051c93a1f
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Close a named named drawer displayed by Workbench.
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_LH2(BOOL, CloseWorkbenchObjectA,
25 /* SYNOPSIS */
26 AROS_LHA(STRPTR, name, A0),
27 AROS_LHA(struct TagItem *, tags, A1),
29 /* LOCATION */
30 struct WorkbenchBase *, WorkbenchBase, 17, Workbench)
32 /* FUNCTION
34 INPUTS
36 RESULT
38 NOTES
40 EXAMPLE
42 BUGS
44 SEE ALSO
46 INTERNALS
48 ******************************************************************************/
50 AROS_LIBFUNC_INIT
51 AROS_LIBBASE_EXT_DECL(struct WorkbenchBase *, WorkbenchBase)
53 /* No tags defined fot this function... */
55 return NULL;
57 AROS_LIBFUNC_EXIT
58 } /* CloseWorkbenchObjectA */