Data Fields
_Efl_Ui_Text_Anchor_Info Struct Reference

EFL UI text anchor information. More...

Data Fields

const char * name
 The name of the anchor, as stated in its href. More...
 
int button
 The mouse button used to click on it. More...
 
int x
 Anchor geometry, relative to canvas. More...
 
int y
 Anchor geometry, relative to canvas. More...
 
int w
 Anchor geometry, relative to canvas. More...
 
int h
 Anchor geometry, relative to canvas. More...
 

Detailed Description

EFL UI text anchor information.

Field Documentation

◆ name

const char * _Efl_Ui_Text_Anchor_Info::name

The name of the anchor, as stated in its href.

◆ button

int _Efl_Ui_Text_Anchor_Info::button

The mouse button used to click on it.

◆ x

int _Efl_Ui_Text_Anchor_Info::x

Anchor geometry, relative to canvas.

◆ y

int _Efl_Ui_Text_Anchor_Info::y

Anchor geometry, relative to canvas.

◆ w

int _Efl_Ui_Text_Anchor_Info::w

Anchor geometry, relative to canvas.

◆ h

int _Efl_Ui_Text_Anchor_Info::h

Anchor geometry, relative to canvas.