New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / workbench / classes / zune / prefswindow / prefswindow_private.h
blob140a9916fae82e626665179bc68314f2eb48e51d
1 #ifndef _PREFSWINDOW_PRIVATE_H_
2 #define _PREFSWINDOW_PRIVATE_H_
4 /*
5 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
6 This file is part of the PrefsWindow class, which is distributed under
7 the terms of version 2.1 of the GNU Lesser General Public License.
9 $Id$
12 /*** Instance data **********************************************************/
13 struct PrefsWindow_DATA
15 struct Catalog *pwd_Catalog;
16 Object *pwd_TestButton,
17 *pwd_RevertButton,
18 *pwd_SaveButton,
19 *pwd_UseButton,
20 *pwd_CancelButton;
23 #endif /* _PREFSWINDOW_PRIVATE_H_ */