1 #ifndef _ABOUTWINDOW_PRIVATE_H_
2 #define _ABOUTWINDOW_PRIVATE_H_
5 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
6 This file is part of the AboutWindow class, which is distributed under
7 the terms of version 2.1 of the GNU Lesser General Public License.
12 #include <exec/types.h>
14 /*** Instance data **********************************************************/
15 struct AboutWindow_DATA
17 /*- Private ------------------------------------------------------------*/
18 struct Catalog
*awd_Catalog
;
21 /*- Protected ----------------------------------------------------------*/
22 Object
*awd_RootGroup
,
27 *awd_DescriptionGroup
,
28 *awd_DescriptionObject
;
30 /*- Public -------------------------------------------------------------*/
39 #endif /* _ABOUTWINDOW_PRIVATE_H_ */