Tizen Native API
|
_Elm_Entry_Anchor_Hover_Info Struct Reference
Public Attributes | |
const Elm_Entry_Anchor_Info * | anchor_info |
Evas_Object * | hover |
struct { | |
} | hover_parent |
Eina_Bool | hover_left: 1 |
Eina_Bool | hover_right: 1 |
Eina_Bool | hover_top: 1 |
Eina_Bool | hover_bottom: 1 |
Detailed Description
The information sent in the callback for "anchor,clicked" signals emitted by the Anchor_Hover widget.
Member Data Documentation
Actual anchor info
Hover object to use for the popup
Hint indicating whether content fits below the hover. See hover_left
Hint indicating whether there's space for content on the left side of the hover. Before calling the callback, the widget makes the necessary calculations to check which sides are fit to be set with content, based on the position where hover is activated and its distance to the edges of its parent object
struct { ... } _Elm_Entry_Anchor_Hover_Info::hover_parent |
Geometry of the object used as the parent by the hover
Hint indicating whether content fits on the right side of the hover. See hover_left
Hint indicating whether content fits on top of the hover. See hover_left