2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Scroll the contents of a drawer so an specific icon becomes visible.
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_LH2(BOOL
, MakeWorkbenchObjectVisibleA
,
26 AROS_LHA(STRPTR
, name
, A0
),
27 AROS_LHA(struct TagItem
*, tags
, A1
),
30 struct WorkbenchBase
*, WorkbenchBase
, 22, Workbench
)
48 ******************************************************************************/
52 /* No tags defined for function... */
57 } /* MakeWorkbenchObjectVisibleA */