diff options
author | Hermet Park <hermetpark@gmail.com> | 2018-11-12 23:08:48 +0900 |
---|---|---|
committer | Hermet Park <hermetpark@gmail.com> | 2018-11-12 23:19:11 +0900 |
commit | 1af272b557ee2323437478e25e02fa39e1e08547 (patch) | |
tree | 4883e74701de7664d2e175858b4b7483de73b79a /src/lib/efl/interfaces/efl_gfx_shape.eo | |
parent | f92bf3d8cdf4aa9c00c225ecb7c155516b5de91e (diff) |
efl interface: update efl_gfx_shape_stroke_dash doc.
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/interfaces/efl_gfx_shape.eo | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/efl/interfaces/efl_gfx_shape.eo b/src/lib/efl/interfaces/efl_gfx_shape.eo index 6ad491763c..54dcfe8b5f 100644 --- a/src/lib/efl/interfaces/efl_gfx_shape.eo +++ b/src/lib/efl/interfaces/efl_gfx_shape.eo | |||
@@ -58,7 +58,12 @@ mixin Efl.Gfx.Shape (Efl.Gfx.Path) | |||
58 | } | 58 | } |
59 | } | 59 | } |
60 | @property stroke_dash { | 60 | @property stroke_dash { |
61 | [[Not implemented]] | 61 | [[Set stroke dash pattern. A dash pattern is specified by dashes, |
62 | an array of Efl_Gfx_Dash. Efl_Gfx_Dash values(length, gap) | ||
63 | must be positive. | ||
64 | |||
65 | See also \@ref Efl_Gfx_Dash | ||
66 | ]] | ||
62 | set { | 67 | set { |
63 | } | 68 | } |
64 | get { | 69 | get { |