epoc32/include/mw/brctldialogsprovider.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/mw/brctldialogsprovider.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/mw/brctldialogsprovider.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -36,7 +36,15 @@
     1.4      * OK softkey is available
     1.5      * Cancel button is not available
     1.6      */
     1.7 -    ESelectTypeOkOnly
     1.8 +    ESelectTypeOkOnly,
     1.9 +    /**
    1.10 +     * Added enumeration ESelectTypeWithFindPane at offset of 0x100 so that
    1.11 +     * the limit of different types of dialog boxes can be upto 256.
    1.12 +     * Any user who wants a list with find pane must "|" with a defined type
    1.13 +     * above like ESelectTypeNone | ESelectTypeWithFindPane to obtain a list
    1.14 +     * box with find pane.
    1.15 +     */
    1.16 +    ESelectTypeWithFindPane = 0x100
    1.17      };
    1.18  
    1.19  /**
    1.20 @@ -65,12 +73,12 @@
    1.21  * Usage:
    1.22  *
    1.23  * @code
    1.24 -*  #include <BrCtlDialogsProvider.h>
    1.25 +*  #include <brctldialogsprovider.h>
    1.26  *
    1.27  *
    1.28  * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
    1.29  * @lib BrowserEngine.lib
    1.30 -* @file BrCtlDialogsProvider.h
    1.31 +* @file brctldialogsprovider.h
    1.32  * @endcode     *
    1.33  */
    1.34  class MBrCtlDialogsProvider
    1.35 @@ -262,10 +270,10 @@
    1.36  * The TBrCtlSelectOptionData class represents a list of elements
    1.37  * to display in the list box. This class is used for the List Selection Dialog.
    1.38  * @code
    1.39 -*  #include <BrCtlDialogsProvider.h>
    1.40 +*  #include <brctldialogsprovider.h>
    1.41  * @lib BrowserEngine.lib
    1.42  * @since 2.8
    1.43 -* @file BrCtlDialogsProvider.h
    1.44 +* @file brctldialogsprovider.h
    1.45  * @endcode     *
    1.46  */
    1.47  class TBrCtlSelectOptionData
    1.48 @@ -391,10 +399,10 @@
    1.49  * The CBrCtlObjectInfo class used to represent the information about the
    1.50  * plugin object.
    1.51  * @code
    1.52 -*  #include <BrCtlDialogsProvider.h>
    1.53 +*  #include <brctldialogsprovider.h>
    1.54  * @lib BrowserEngine.lib
    1.55  * @since 3.0
    1.56 -* @file BrCtlDialogsProvider.h
    1.57 +* @file brctldialogsprovider.h
    1.58  * @endcode     *
    1.59  */
    1.60  class CBrCtlObjectInfo : public CBase
    1.61 @@ -513,10 +521,10 @@
    1.62  * TheTBrCtlImageCarrier class used to give the information about the
    1.63  * image.
    1.64  * @code
    1.65 -*  #include <BrCtlDialogsProvider.h>
    1.66 +*  #include <brctldialogsprovider.h>
    1.67  * @lib BrowserEngine.lib
    1.68  * @since 2.8
    1.69 -* @file BrCtlDialogsProvider.h
    1.70 +* @file brctldialogsprovider.h
    1.71  * @endcode     *
    1.72  */
    1.73  class TBrCtlImageCarrier