efl interface: update efl_gfx_shape_stroke_dash doc.

This commit is contained in:
Hermet Park 2018-11-12 23:08:48 +09:00
parent f92bf3d8cd
commit 1af272b557
1 changed files with 6 additions and 1 deletions

View File

@ -58,7 +58,12 @@ mixin Efl.Gfx.Shape (Efl.Gfx.Path)
}
}
@property stroke_dash {
[[Not implemented]]
[[Set stroke dash pattern. A dash pattern is specified by dashes,
an array of Efl_Gfx_Dash. Efl_Gfx_Dash values(length, gap)
must be positive.
See also \@ref Efl_Gfx_Dash
]]
set {
}
get {