| 1 |
/* |
| 2 |
* This file is a part of hildon |
| 3 |
* |
| 4 |
* Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved. |
| 5 |
* |
| 6 |
* Contact: Rodrigo Novo <rodrigo.novo@nokia.com> |
| 7 |
* |
| 8 |
* This library is free software; you can redistribute it and/or |
| 9 |
* modify it under the terms of the GNU Lesser General Public License |
| 10 |
* as published by the Free Software Foundation; version 2.1 of |
| 11 |
* the License, or (at your option) any later version. |
| 12 |
* |
| 13 |
* This library is distributed in the hope that it will be useful, but |
| 14 |
* WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 16 |
* Lesser General Public License for more details. |
| 17 |
* |
| 18 |
* You should have received a copy of the GNU Lesser General Public |
| 19 |
* License along with this library; if not, write to the Free Software |
| 20 |
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA |
| 21 |
* 02110-1301 USA |
| 22 |
* |
| 23 |
*/ |
| 24 |
|
| 25 |
#ifndef __HILDON_H__ |
| 26 |
#define __HILDON_H__ |
| 27 |
|
| 28 |
#include "hildon-version.h" |
| 29 |
#include "hildon-banner.h" |
| 30 |
#include "hildon-calendar-popup.h" |
| 31 |
#include "hildon-caption.h" |
| 32 |
#include "hildon-code-dialog.h" |
| 33 |
#include "hildon-color-button.h" |
| 34 |
#include "hildon-color-chooser-dialog.h" |
| 35 |
#include "hildon-color-chooser.h" |
| 36 |
#include "hildon-controlbar.h" |
| 37 |
#include "hildon-date-editor.h" |
| 38 |
#include "hildon-defines.h" |
| 39 |
#include "hildon-helper.h" |
| 40 |
#include "hildon-enum-types.h" |
| 41 |
#include "hildon-find-toolbar.h" |
| 42 |
#include "hildon-edit-toolbar.h" |
| 43 |
#include "hildon-font-selection-dialog.h" |
| 44 |
#include "hildon-get-password-dialog.h" |
| 45 |
#include "hildon-hvolumebar.h" |
| 46 |
#include "hildon-login-dialog.h" |
| 47 |
#include "hildon-marshalers.h" |
| 48 |
#include "hildon-note.h" |
| 49 |
#include "hildon-number-editor.h" |
| 50 |
#include "hildon-program.h" |
| 51 |
#include "hildon-range-editor.h" |
| 52 |
#include "hildon-seekbar.h" |
| 53 |
#include "hildon-set-password-dialog.h" |
| 54 |
#include "hildon-sort-dialog.h" |
| 55 |
#include "hildon-sound.h" |
| 56 |
#include "hildon-time-editor.h" |
| 57 |
#include "hildon-time-picker.h" |
| 58 |
#include "hildon-date-selector.h" |
| 59 |
#include "hildon-time-selector.h" |
| 60 |
#include "hildon-touch-selector.h" |
| 61 |
#include "hildon-touch-selector-entry.h" |
| 62 |
#include "hildon-picker-dialog.h" |
| 63 |
#include "hildon-picker-button.h" |
| 64 |
#include "hildon-date-button.h" |
| 65 |
#include "hildon-time-button.h" |
| 66 |
#include "hildon-volumebar-range.h" |
| 67 |
#include "hildon-volumebar.h" |
| 68 |
#include "hildon-vvolumebar.h" |
| 69 |
#include "hildon-weekday-picker.h" |
| 70 |
#include "hildon-window.h" |
| 71 |
#include "hildon-stackable-window.h" |
| 72 |
#include "hildon-window-stack.h" |
| 73 |
#include "hildon-animation-actor.h" |
| 74 |
#include "hildon-wizard-dialog.h" |
| 75 |
#include "hildon-calendar.h" |
| 76 |
#include "hildon-bread-crumb-trail.h" |
| 77 |
#include "hildon-pannable-area.h" |
| 78 |
#include "hildon-entry.h" |
| 79 |
#include "hildon-text-view.h" |
| 80 |
#include "hildon-app-menu.h" |
| 81 |
#include "hildon-button.h" |
| 82 |
#include "hildon-check-button.h" |
| 83 |
#include "hildon-gtk.h" |
| 84 |
#include "hildon-dialog.h" |
| 85 |
#include "hildon-main.h" |
| 86 |
#include "hildon-live-search.h" |
| 87 |
#include "hildon-stock.h" |
| 88 |
|
| 89 |
#endif |