EFL text anchor hover information. More...
Data Fields | |
const Efl_Ui_Text_Anchor_Info * | anchor_info |
The actual anchor info. More... | |
Elm_Hover * | hover |
The hover object to use for the popup. More... | |
Efl_Ui_Text_Hover_Parent | hover_parent |
Hover parent widget. | |
Eina_Bool | hover_left |
Hint indicating if there's space for content on the left side of the hover. More... | |
Eina_Bool | hover_right |
Hint indicating content fits on the right side of the hover. More... | |
Eina_Bool | hover_top |
Hint indicating content fits on top of the hover. More... | |
Eina_Bool | hover_bottom |
Hint indicating content fits below the hover. More... | |
EFL text anchor hover information.
const Efl_Ui_Text_Anchor_Info * _Efl_Ui_Text_Anchor_Hover_Info::anchor_info |
The actual anchor info.
Elm_Hover * _Efl_Ui_Text_Anchor_Hover_Info::hover |
The hover object to use for the popup.
Eina_Bool _Efl_Ui_Text_Anchor_Hover_Info::hover_left |
Hint indicating if there's space for content on the left side of the hover.
Before calling the callback, the widget will make the necessary calculations to check which sides are fit to be set with content, based on the position the hover is activated and its distance to the edges of its parent object
Eina_Bool _Efl_Ui_Text_Anchor_Hover_Info::hover_right |
Hint indicating content fits on the right side of the hover.
See .hover_left.
Eina_Bool _Efl_Ui_Text_Anchor_Hover_Info::hover_top |
Hint indicating content fits on top of the hover.
.hover_left.
Eina_Bool _Efl_Ui_Text_Anchor_Hover_Info::hover_bottom |
Hint indicating content fits below the hover.
See .hover_left.