diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2014-10-17 21:45:02 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2014-10-17 21:45:02 +0900 |
commit | e2301ee5b183755b9f6c12676978d2b9d94b6cd2 (patch) | |
tree | 646bb5dfefbe0e7a7151b076e88d403c168f91b9 /src/lib | |
parent | d03295540427084bab92345cec2eecddfe0767ba (diff) |
entry: Describe input panel numberonly variations
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/elm_entry_common.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/elm_entry_common.h b/src/lib/elm_entry_common.h index 925c48adb..4b5215d36 100644 --- a/src/lib/elm_entry_common.h +++ b/src/lib/elm_entry_common.h | |||
@@ -61,10 +61,10 @@ enum | |||
61 | 61 | ||
62 | enum | 62 | enum |
63 | { | 63 | { |
64 | ELM_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_NORMAL, | 64 | ELM_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_NORMAL, /**< The plain normal number layout @since 1.8 */ |
65 | ELM_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_SIGNED, | 65 | ELM_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_SIGNED, /**< The number layout to allow a positive or negative sign at the start @since 1.8 */ |
66 | ELM_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_DECIMAL, | 66 | ELM_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_DECIMAL, /**< The number layout to allow decimal point to provide fractional value @since 1.8 */ |
67 | ELM_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_SIGNED_AND_DECIMAL | 67 | ELM_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_SIGNED_AND_DECIMAL /**< The number layout to allow decimal point and negative sign @since 1.8 */ |
68 | }; | 68 | }; |
69 | 69 | ||
70 | enum | 70 | enum |