web_pub/browser_control_api/inc/BrCtlDialogsProvider.h
changeset 11 c8a366e56285
parent 0 dd21522fd290
child 25 0ed94ceaa377
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
    34     /**
    34     /**
    35     * No buttons (single selection only)
    35     * No buttons (single selection only)
    36     * OK softkey is available
    36     * OK softkey is available
    37     * Cancel button is not available
    37     * Cancel button is not available
    38     */
    38     */
    39     ESelectTypeOkOnly
    39     ESelectTypeOkOnly,
       
    40     /**
       
    41      * Added enumeration ESelectTypeWithFindPane at offset of 0x100 so that
       
    42      * the limit of different types of dialog boxes can be upto 256.
       
    43      * Any user who wants a list with find pane must "|" with a defined type
       
    44      * above like ESelectTypeNone | ESelectTypeWithFindPane to obtain a list
       
    45      * box with find pane.
       
    46      */
       
    47     ESelectTypeWithFindPane = 0x100
    40     };
    48     };
    41 
    49 
    42 /**
    50 /**
    43 * Defines the type of image if it cannot be recognized by the
    51 * Defines the type of image if it cannot be recognized by the
    44 * Symbian image conversion library.
    52 * Symbian image conversion library.