~mike82/netbook-remix-launcher/fixes

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/* tidy.h: Collection of high-level actors for Clutter
 *
 * Copyright (C) 2007 OpenedHand
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 * Boston, MA 02111-1307, USA.
 */

#ifndef __TIDY_H__
#define __TIDY_H__

#include <tidy/tidy-actor.h>
#include <tidy/tidy-adjustment.h>
#include <tidy/tidy-behaviour-bounce.h>
#include <tidy/tidy-behaviour-grow.h>
#include <tidy/tidy-button.h>
#include <tidy/tidy-cell-renderer.h>
#include <tidy/tidy-cell-renderer-default.h>
#include <tidy/tidy-depth-group.h>
#include <tidy/tidy-enum-types.h>
#include <tidy/tidy-finger-scroll.h>
#include <tidy/tidy-finger-toggle.h>
#include <tidy/tidy-list-column.h>
#include <tidy/tidy-list-column-default.h>
#include <tidy/tidy-list-view.h>
#include <tidy/tidy-proxy-texture.h>
#include <tidy/tidy-scroll-bar.h>
#include <tidy/tidy-scrollable.h>
#include <tidy/tidy-scroll-view.h>
#include <tidy/tidy-stylable.h>
#include <tidy/tidy-style.h>
#include <tidy/tidy-texture-cache.h>
#include <tidy/tidy-texture-frame.h>
#include <tidy/tidy-texture-reflection.h>
#include <tidy/tidy-util.h>
#include <tidy/tidy-viewport.h>

#endif /* __TIDY_H__ */