Main Page | Directories | File List | File Members

hn-item-dummy.h

00001 /*
00002  * This file is part of maemo-af-desktop
00003  *
00004  * Copyright (C) 2006 Nokia Corporation.
00005  *
00006  * Author:  Moises Martinez <moises.martinez@nokia.com>
00007  * Contact: Karoliina Salminen <karoliina.t.salminen@nokia.com>
00008  *
00009  * This library is free software; you can redistribute it and/or
00010  * modify it under the terms of the GNU Lesser General Public License
00011  * version 2.1 as published by the Free Software Foundation.
00012  *
00013  * This library is distributed in the hope that it will be useful, but
00014  * WITHOUT ANY WARRANTY; without even the implied warranty of
00015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
00016  * Lesser General Public License for more details.
00017  *
00018  * You should have received a copy of the GNU Lesser General Public
00019  * License along with this library; if not, write to the Free Software
00020  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
00021  * 02110-1301 USA
00022  *
00023  */
00024 
00025 #ifndef HN_ITEM_DUMMY_H
00026 #define HN_ITEM_DUMMY_H
00027 
00028 #include "hildon-navigator-item.h"
00029 
00030 G_BEGIN_DECLS
00031 
00032 #define HN_TYPE_ITEM_DUMMY ( hn_item_dummy_get_type() )
00033 #define HN_ITEM_DUMMY(obj) (GTK_CHECK_CAST (obj, \
00034             HN_TYPE_ITEM_DUMMY, \
00035             HNItemDummy))
00036 #define HN_ITEM_DUMMY_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), \
00037             HN_TYPE_ITEM_DUMMY, HNItemDummyClass))
00038 #define HN_IS_ITEM_DUMMY(obj) (GTK_CHECK_TYPE (obj, \
00039             HN_TYPE_ITEM_DUMMY))
00040 #define HILDON_IS_ITEM_DUMMY_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), \
00041             HN_TYPE_ITEM_DUMMY_ITEM))
00042 
00043 typedef struct _HNItemDummy HNItemDummy; 
00044 typedef struct _HNItemDummyClass HNItemDummyClass;
00045 
00046 struct _HNItemDummy
00047 {
00048     HildonNavigatorItem parent;
00049 
00050     GtkWidget *button;
00051 };
00052 
00053 struct _HNItemDummyClass
00054 {
00055     HildonNavigatorItemClass parent_class;
00056 
00057 };
00058 
00059 
00060 GType hn_item_dummy_get_type (void);
00061 
00062 HNItemDummy *hn_item_dummy_new (const gchar *name);
00063 
00064 G_END_DECLS
00065 
00066 #endif /* HN_ITEM_DUMMY_H */

Generated on Thu Dec 21 11:26:51 2006 for maemo-af-desktop-documentation by  doxygen 1.4.2