source: trunk/third/bonobo/bonobo.h @ 16750

Revision 16750, 2.0 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16749, which included commits to RCS files with non-trunk default branches.
Line 
1/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2/**
3 * Main include file for the Bonobo component model
4 *
5 * FIXME: We should try to optimize the order of the include
6 * files here to minimize repeated inclussion of files, and split
7 * this into X vs. non X headers.
8 *
9 * Copyright 1999 Helix Code, Inc.
10 */
11
12#ifndef BONOBO_H
13#define BONOBO_H 1
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19#include <liboaf/liboaf.h>
20
21#include <bonobo/bonobo-object.h>
22#include <bonobo/bonobo-moniker.h>
23#include <bonobo/bonobo-moniker-simple.h>
24#include <bonobo/bonobo-context.h>
25#include <bonobo/bonobo-exception.h>
26
27#include <bonobo/bonobo-item-container.h>
28#include <bonobo/bonobo-object-client.h>
29#include <bonobo/bonobo-moniker-util.h>
30#include <bonobo/bonobo-client-site.h>
31
32#include <bonobo/bonobo-property-bag.h>
33#include <bonobo/bonobo-property-bag-xml.h>
34#include <bonobo/bonobo-property-bag-client.h>
35#include <bonobo/bonobo-property-control.h>
36
37#include <bonobo/bonobo-control.h>
38#include <bonobo/bonobo-control-frame.h>
39#include <bonobo/bonobo-zoomable.h>
40#include <bonobo/bonobo-zoomable-frame.h>
41
42#include <bonobo/bonobo-listener.h>
43#include <bonobo/bonobo-event-source.h>
44
45#include <bonobo/bonobo-view.h>
46#include <bonobo/bonobo-generic-factory.h>
47
48#include <bonobo/bonobo-embeddable.h>
49
50#include <bonobo/bonobo-main.h>
51
52#include <bonobo/bonobo-stream.h>
53#include <bonobo/bonobo-stream-client.h>
54
55#include <bonobo/bonobo-persist.h>
56#include <bonobo/bonobo-persist-file.h>
57#include <bonobo/bonobo-persist-stream.h>
58
59#include <bonobo/bonobo-ui-util.h>
60#include <bonobo/bonobo-ui-component.h>
61#include <bonobo/bonobo-ui-container.h>
62#include <bonobo/bonobo-win.h>
63
64#include <bonobo/bonobo-object-io.h>
65
66#include <bonobo/bonobo-progressive.h>
67
68#include <bonobo/bonobo-storage.h>
69
70#include <bonobo/bonobo-selector.h>
71
72#include <bonobo/bonobo-widget.h>
73
74#include <bonobo/bonobo-print.h>
75#include <bonobo/bonobo-print-client.h>
76
77#ifdef __cplusplus
78}
79#endif
80
81#endif /* BONOBO_H */
Note: See TracBrowser for help on using the repository browser.