2 * Copyright 2011, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef DECORATOR_PRIVATE_H
6 #define DECORATOR_PRIVATE_H
9 #include <SupportDefs.h>
19 bool get_decorator(BString
& name
);
20 status_t
set_decorator(const BString
& name
);
21 status_t
preview_decorator(const BString
& name
, BWindow
* window
);
24 } // namespace BPrivate
27 #endif // DECORATOR_PRIVATE_H