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>
13 #include <intuition/classusr.h>
15 /*** Instance data **********************************************************/
16 struct AboutWindow_DATA
18 /*- Private ------------------------------------------------------------*/
19 struct Catalog
*awd_Catalog
;
22 /*- Protected ----------------------------------------------------------*/
23 Object
*awd_RootGroup
,
28 *awd_DescriptionGroup
,
29 *awd_DescriptionObject
;
31 /*- Public -------------------------------------------------------------*/
40 #endif /* _ABOUTWINDOW_PRIVATE_H_ */