Main Page | Directories | File List | File Members

hildon-home-interface.h

Go to the documentation of this file.
00001 /*
00002  * This file is part of maemo-af-desktop
00003  *
00004  * Copyright (C) 2005 Nokia Corporation.
00005  *
00006  * Contact: Karoliina Salminen <karoliina.t.salminen@nokia.com>
00007  *
00008  * This library is free software; you can redistribute it and/or
00009  * modify it under the terms of the GNU Lesser General Public License
00010  * version 2.1 as published by the Free Software Foundation.
00011  *
00012  * This library is distributed in the hope that it will be useful, but
00013  * WITHOUT ANY WARRANTY; without even the implied warranty of
00014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
00015  * Lesser General Public License for more details.
00016  *
00017  * You should have received a copy of the GNU Lesser General Public
00018  * License along with this library; if not, write to the Free Software
00019  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
00020  * 02110-1301 USA
00021  *
00022  */
00023 
00028 #ifndef HILDON_HOME_IF_KS_H
00029 #define HILDON_HOME_IF_KS_H
00030 
00031 #define HILDON_HOME_TITLEBAR_HEIGHT     60
00032 #define HILDON_TASKNAV_WIDTH            80
00033 
00034 #define HILDON_HOME_TITLEBAR_MENU_LABEL_X    35
00035 #define HILDON_HOME_TITLEBAR_MENU_LABEL_Y    12
00036 #define HILDON_HOME_TITLEBAR_MENU_LABEL_FONT "osso-TitleFont"
00037 #define HILDON_HOME_TITLEBAR_MENU_LABEL_COLOR "TitleTextColor"
00038 
00039 #define APPLET_GROUP                  "Desktop Entry"
00040 #define APPLET_KEY_NAME               "Name"
00041 #define APPLET_KEY_LIBRARY            "X-home-applet"
00042 #define APPLET_KEY_DESKTOP            "Desktop"
00043 #define APPLET_KEY_X                  "X"
00044 #define APPLET_KEY_Y                  "Y"
00045 #define APPLET_KEY_WIDTH              "X-home-applet-width"
00046 #define APPLET_KEY_HEIGHT             "X-home-applet-height"
00047 #define APPLET_KEY_MINWIDTH           "X-home-applet-minwidth"
00048 #define APPLET_KEY_MINHEIGHT          "X-home-applet-minheight"
00049 #define APPLET_KEY_RESIZABLE          "X-home-applet-resizable"
00050 #define APPLET_INVALID_COORDINATE     -1
00051 #define APPLET_NONCHANGABLE_DIMENSION 0
00052 
00053 
00054 /* Additions by Karoliina Salminen <karoliina.t.salminen at nokia dot com> */
00055 
00056 int hildon_home_main(void);
00057 
00058 void home_deinitialize(gint keysnooper_id);
00059                                                  
00060 #endif
00061 
00062 

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