From 29bacf59887b5b47f08a68c5c7b20647f8dd244f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 23 Aug 2017 15:16:22 +0900 Subject: gfx: Remove size hint request (EO) This hint is simply not supported by any container. Add the EO API back if the containers support it. Ref T5487 --- src/lib/efl/interfaces/efl_gfx_size_hint.eo | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/lib/efl') diff --git a/src/lib/efl/interfaces/efl_gfx_size_hint.eo b/src/lib/efl/interfaces/efl_gfx_size_hint.eo index 7431e3658e..fad4376edc 100644 --- a/src/lib/efl/interfaces/efl_gfx_size_hint.eo +++ b/src/lib/efl/interfaces/efl_gfx_size_hint.eo @@ -111,24 +111,6 @@ interface Efl.Gfx.Size.Hint h: int; [[Integer to use as the maximum height hint.]] } } - @property hint_request { - [[Hints for the object's optimum size. - - This is not a size enforcement in any way, it's just a hint - that should be used whenever appropriate. - - Values 0 will be treated as unset hint components, when - queried by managers. - - Note: This property is meant to be set by applications and not by - EFL itself. Very few containers actually implement support for - this requested size, see @.hint_min instead. - ]] - values { - w: int; [[Integer to use as the preferred width hint.]] - h: int; [[Integer to use as the preferred height hint.]] - } - } @property hint_restricted_min { [[Internal hints for an object's minimum size. -- cgit v1.2.1