ui/inc/glxuistd.h
changeset 61 743eb0b9959e
parent 49 f291796e213d
child 65 ccee5c4b0de4
equal deleted inserted replaced
55:fb37077c270f 61:743eb0b9959e
    75 {
    75 {
    76  SLOW,
    76  SLOW,
    77  MEDIUM,
    77  MEDIUM,
    78  FAST
    78  FAST
    79 }GlxSlideShowDelay;
    79 }GlxSlideShowDelay;
       
    80 
    80 typedef enum
    81 typedef enum
    81 {
    82 {
    82     NO_VIEW,
    83     NO_VIEW,
    83     CURRENT_VIEW,
    84     CURRENT_VIEW,
    84     LAUNCH_VIEW,
    85     LAUNCH_VIEW,
    85     BOTH_VIEW    
    86     BOTH_VIEW    
    86 } GlxViewEffect;
    87 } GlxViewEffect;
    87 
    88 
       
    89 #define DOUBLETAP_TIMEINTERVAL 300
    88 
    90 
    89 _LIT(KGlxUiUtilitiesResource, "glxuiutilities.rsc");
    91 _LIT(KGlxUiUtilitiesResource, "glxuiutilities.rsc");
    90 
    92 
    91 _LIT(KGlxIconsFilename, "glxicons.mif");
    93 _LIT(KGlxIconsFilename, "glxicons.mif");
    92 
    94