~tualatrix/ibentu/mx

« back to all changes in this revision

Viewing changes to mx/mx.h

  • Committer: Tualatrix Chou
  • Date: 2010-10-09 05:23:41 UTC
  • Revision ID: tualatrix@gmail.com-20101009052341-xpyc3tfjpeh196la
Inital commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
 
2
/*
 
3
 * mx.h: Collection of high-level actors for Clutter
 
4
 *
 
5
 * Copyright 2009, 2010 Intel Corporation.
 
6
 *
 
7
 * This program is free software; you can redistribute it and/or modify it
 
8
 * under the terms and conditions of the GNU Lesser General Public License,
 
9
 * version 2.1, as published by the Free Software Foundation.
 
10
 *
 
11
 * This program is distributed in the hope it will be useful, but WITHOUT ANY
 
12
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
13
 * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
 
14
 * more details.
 
15
 *
 
16
 * You should have received a copy of the GNU Lesser General Public License
 
17
 * along with this program; if not, write to the Free Software Foundation,
 
18
 * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
 
19
 * Boston, MA 02111-1307, USA.
 
20
 *
 
21
 */
 
22
 
 
23
#ifndef __MX_H__
 
24
#define __MX_H__
 
25
 
 
26
#define MX_H_INSIDE
 
27
 
 
28
#include <mx/mx-action.h>
 
29
#include <mx/mx-adjustment.h>
 
30
#include <mx/mx-application.h>
 
31
#include <mx/mx-bin.h>
 
32
#include <mx/mx-box-layout.h>
 
33
#include <mx/mx-box-layout-child.h>
 
34
#include <mx/mx-button.h>
 
35
#include <mx/mx-button-group.h>
 
36
#include <mx/mx-combo-box.h>
 
37
#include <mx/mx-deform-texture.h>
 
38
#include <mx/mx-deform-bow-tie.h>
 
39
#include <mx/mx-deform-page-turn.h>
 
40
#include <mx/mx-deform-waves.h>
 
41
#include <mx/mx-draggable.h>
 
42
#include <mx/mx-droppable.h>
 
43
#include <mx/mx-clipboard.h>
 
44
#include <mx/mx-entry.h>
 
45
#include <mx/mx-enum-types.h>
 
46
#include <mx/mx-expander.h>
 
47
#include <mx/mx-floating-widget.h>
 
48
#include <mx/mx-focus-manager.h>
 
49
#include <mx/mx-focusable.h>
 
50
#include <mx/mx-frame.h>
 
51
#include <mx/mx-grid.h>
 
52
#include <mx/mx-icon.h>
 
53
#include <mx/mx-icon-theme.h>
 
54
#include <mx/mx-item-factory.h>
 
55
#include <mx/mx-item-view.h>
 
56
#include <mx/mx-list-view.h>
 
57
#include <mx/mx-label.h>
 
58
#include <mx/mx-modal-frame.h>
 
59
#include <mx/mx-notebook.h>
 
60
#include <mx/mx-offscreen.h>
 
61
#include <mx/mx-path-bar.h>
 
62
#include <mx/mx-menu.h>
 
63
#include <mx/mx-progress-bar.h>
 
64
#include <mx/mx-scroll-bar.h>
 
65
#include <mx/mx-scroll-view.h>
 
66
#include <mx/mx-scrollable.h>
 
67
#include <mx/mx-slider.h>
 
68
#include <mx/mx-stylable.h>
 
69
#include <mx/mx-style.h>
 
70
#include <mx/mx-table.h>
 
71
#include <mx/mx-table-child.h>
 
72
#include <mx/mx-texture-cache.h>
 
73
#include <mx/mx-texture-frame.h>
 
74
#include <mx/mx-toggle.h>
 
75
#include <mx/mx-toolbar.h>
 
76
#include <mx/mx-tooltip.h>
 
77
#include <mx/mx-types.h>
 
78
#include <mx/mx-utils.h>
 
79
#include <mx/mx-version.h>
 
80
#include <mx/mx-viewport.h>
 
81
#include <mx/mx-widget.h>
 
82
#include <mx/mx-window.h>
 
83
 
 
84
#undef MX_H_INSIDE
 
85
 
 
86
#endif /* __MX_H__ */