|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21571/root/usr/include/libbonoboui-2.0/ |
Upload File : |
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /** * Main include file for the Bonobo component model UI section * * Authors: * Miguel de Icaza (miguel@ximian.com) * Michael Meeks (michael@ximian.com) * * Copyright 2001 Ximian, Inc. */ #ifndef LIBBONOBOUI_H #define LIBBONOBOUI_H 1 #include <libbonobo.h> G_BEGIN_DECLS #include <bonobo/bonobo-widget.h> #include <bonobo/bonobo-control.h> #include <bonobo/bonobo-control-frame.h> #include <bonobo/bonobo-property-control.h> #include <bonobo/bonobo-window.h> #include <bonobo/bonobo-ui-main.h> #include <bonobo/bonobo-ui-util.h> #include <bonobo/bonobo-ui-component.h> #include <bonobo/bonobo-ui-container.h> #include <bonobo/bonobo-selector.h> #include <bonobo/bonobo-file-selector-util.h> #include <bonobo/bonobo-canvas-item.h> #include <bonobo/bonobo-canvas-component.h> #include <bonobo/bonobo-zoomable.h> #include <bonobo/bonobo-zoomable-frame.h> #include <bonobo/bonobo-dock-item.h> #include <bonobo/bonobo-dock.h> #include <bonobo/bonobo-ui-engine.h> #include <bonobo/bonobo-ui-toolbar-item.h> #include <bonobo/bonobo-ui-toolbar.h> #include <bonobo/bonobo-ui-type-builtins.h> G_END_DECLS #endif /* LIBBONOBOUI_H */