Nokia N97 SDK
Example Applications Guide

HsWidget.hrh

00001 /*
00002  ============================================================================
00003  Name           : HsWidget.hrh
00004  Author   : 
00005  Copyright   : Your copyright notice
00006  Description : This file contains declarations for constants of HsWidget.
00007  The file can be included in C++ or resource file.
00008  ============================================================================
00009  */
00010 #ifndef __HSWIDGET_HRH__
00011 #define __HSWIDGET_HRH__
00012 
00013 #define _UID3 0xA0007E04
00014 
00015 // HsWidget enumerate command codes
00016 enum THsWidgetIds
00017         {
00018         ERegisterWidget = 0x6001, // start value must not be 0
00019         EChangeWidgetValues,
00020         ERemoveWidget,
00021         EHelp,
00022         EAbout
00023         };
00024 
00025 #endif // __HSWIDGET_HRH__

© Nokia 2009

Back to top