diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2014-07-28 16:01:07 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2014-07-28 16:01:07 +0900 |
commit | c0297197d79d84802fa1aa72c1cb70a123d84feb (patch) | |
tree | e84b2bd3a2d2217d5c3040f22d255a51925a2afd /src/lib/ecore_imf/Ecore_IMF.h | |
parent | 6817717ee444a37fe24acb04f6c551e3fed9a688 (diff) |
ecore_imf: documentation about ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY enums
Diffstat (limited to 'src/lib/ecore_imf/Ecore_IMF.h')
-rw-r--r-- | src/lib/ecore_imf/Ecore_IMF.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 6dc31f79d9..c3b097c41e 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h | |||
@@ -313,10 +313,10 @@ typedef enum | |||
313 | 313 | ||
314 | enum | 314 | enum |
315 | { | 315 | { |
316 | ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_NORMAL, | 316 | ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_NORMAL, /**< The plain normal number layout @since 1.8 */ |
317 | ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_SIGNED, | 317 | ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_SIGNED, /**< The number layout to allow a positive or negative sign at the start @since 1.8 */ |
318 | ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_DECIMAL, | 318 | ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_DECIMAL, /**< The number layout to allow decimal point to provide fractional value @since 1.8 */ |
319 | ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_SIGNED_AND_DECIMAL | 319 | ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY_VARIATION_SIGNED_AND_DECIMAL /**< The number layout to allow decimal point and negative sign @since 1.8 */ |
320 | }; | 320 | }; |
321 | 321 | ||
322 | struct _Ecore_IMF_Event_Preedit_Start | 322 | struct _Ecore_IMF_Event_Preedit_Start |