X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-editor-devel.h;h=6acc30b0190d93e955d43f08beb1cccf0381541b;hb=c2747d79f281a82cf9c2cbec30f0f29965d1bde6;hp=f95fc94f88225212da21ada3f562f843c19e66f2;hpb=026776eb4b0303604b3c6ca5857cc1ac59b4006e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h b/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h index f95fc94..6acc30b 100644 --- a/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h @@ -107,6 +107,9 @@ namespace Property /** * @brief The size of font in pixels. + * + * Conversion from Point size to Pixel size : + * Pixel size = Point size * DPI / 72 * @details name "pixelSize", type float */ PIXEL_SIZE, @@ -128,7 +131,13 @@ namespace Property * @brief The placeholder-text color. * @details name "placeholderTextColor", type vector4 */ - PLACEHOLDER_TEXT_COLOR + PLACEHOLDER_TEXT_COLOR, + + /** + * @brief Enables Text selection, such as the cursor, handle, clipboard, and highlight color. + * @details name "enableSelection", type bool + */ + ENABLE_SELECTION }; } // namespace Property