X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Ftext-controls%2Ftext-editor.h;h=8108e586bc42fc005e071a5c816c71655a36d74e;hb=02a86c5687ddabb8ff0d5e423f5adf5d53228f73;hp=b398d05961782cf4b375263ec0546c006fe1f9b2;hpb=49557ae728fe830bf27a23ab230d72294b3a1a39;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/text-controls/text-editor.h b/dali-toolkit/public-api/controls/text-controls/text-editor.h index b398d05..8108e58 100644 --- a/dali-toolkit/public-api/controls/text-controls/text-editor.h +++ b/dali-toolkit/public-api/controls/text-controls/text-editor.h @@ -66,6 +66,10 @@ public: */ struct Property { + /** + * @brief An enumeration of properties belonging to the TextEditor class. + * @SINCE_1_1.37 + */ enum { RENDERING_BACKEND = PROPERTY_START_INDEX, ///< name "renderingBackend", The type or rendering e.g. bitmap-based, type INT @SINCE_1_1.37 @@ -118,6 +122,11 @@ public: */ struct InputStyle { + /** + * @brief Mask used by the signal InputStyleChangedSignal(). + * + * @SINCE_1_2_2 + */ enum Mask { NONE = 0x0000, ///< @SINCE_1_2_2