2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Open the file information window for a specified file.
8 #include <exec/types.h>
9 #include <exec/ports.h>
10 #include <utility/tagitem.h>
12 #include <workbench/workbench.h>
14 #include "workbench_intern.h"
17 #include <aros/debug.h>
19 /*****************************************************************************
22 #include <proto/workbench.h>
24 AROS_LH3(BOOL
, WBInfo
,
26 AROS_LHA(BPTR
, lock
, A0
),
27 AROS_LHA(CONST_STRPTR
, name
, A1
),
28 AROS_LHA(struct Screen
*, screen
, A2
),
31 struct WorkbenchBase
*, WorkbenchBase
, 15, Workbench
)
49 ******************************************************************************/
53 // FIXME: screen argument is ignored
55 return OpenWorkbenchObject
57 "WANDERER:Tools/Info",
58 WBOPENA_ArgLock
, (IPTR
) lock
,
59 WBOPENA_ArgName
, (IPTR
) name
,