docs: Update docs for Efl.Gfx.Image_Orientable

This commit is contained in:
Xavi Artigas 2019-09-19 13:11:00 +02:00
parent e3bc67257f
commit 5428f26f7d
2 changed files with 7 additions and 1 deletions

View File

@ -29,7 +29,11 @@ enum Efl.Gfx.Image_Orientation
interface Efl.Gfx.Image_Orientable
{
[[Interface for objects which can be oriented.]]
[[Interface for images which can be rotated or flipped (mirrored).
Compare with @Efl.Ui.Layout_Orientable which works for layout objects and does
not include rotation.
]]
c_prefix: efl_gfx;
methods {
@property image_orientation {

View File

@ -30,6 +30,8 @@ interface Efl.Ui.Layout_Orientable
For example, sliders, which can be horizontal or vertical, or container
boxes, which can arrange their elements in a horizontal or vertical fashion.
Compare with @Efl.Gfx.Image_Orientable that works for images and includes rotation.
]]
c_prefix: efl_ui_layout;
methods {