/* * The Bonobo Document Model * * Author: * Miguel de Icaza (miguel@gnu.org) * */ #ifndef _BONOBO_IDL_INCLUDED_ #define _BONOBO_IDL_INCLUDED_ #ifndef __Bonobo_COMPILATION #ifdef __ORBIT_IDL__ %{ #pragma include_defs bonobo/Bonobo.h %} #pragma inhibit push #endif #endif /* From bonobo-activation */ #include #include /* Basics */ #include #include #include /* Storage stuff. */ #include #include /* Control stuff. */ #include #include #include #include #include #include /* Subdocument stuff. */ #include #include #include /* Printing stuff */ #include /* Clipboard */ #include #include #ifndef __Bonobo_COMPILATION #ifdef __ORBIT_IDL__ #pragma inhibit pop #endif #endif #endif /* _BONOBO_IDL_INCLUDED_ */