diff options
Diffstat (limited to 'src/lib/efl/interfaces/efl_gfx_size_hint.eo')
-rw-r--r-- | src/lib/efl/interfaces/efl_gfx_size_hint.eo | 18 |
1 files changed, 0 insertions, 18 deletions
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 | |||
111 | h: int; [[Integer to use as the maximum height hint.]] | 111 | h: int; [[Integer to use as the maximum height hint.]] |
112 | } | 112 | } |
113 | } | 113 | } |
114 | @property hint_request { | ||
115 | [[Hints for the object's optimum size. | ||
116 | |||
117 | This is not a size enforcement in any way, it's just a hint | ||
118 | that should be used whenever appropriate. | ||
119 | |||
120 | Values 0 will be treated as unset hint components, when | ||
121 | queried by managers. | ||
122 | |||
123 | Note: This property is meant to be set by applications and not by | ||
124 | EFL itself. Very few containers actually implement support for | ||
125 | this requested size, see @.hint_min instead. | ||
126 | ]] | ||
127 | values { | ||
128 | w: int; [[Integer to use as the preferred width hint.]] | ||
129 | h: int; [[Integer to use as the preferred height hint.]] | ||
130 | } | ||
131 | } | ||
132 | @property hint_restricted_min { | 114 | @property hint_restricted_min { |
133 | [[Internal hints for an object's minimum size. | 115 | [[Internal hints for an object's minimum size. |
134 | 116 | ||