get_icon_area


Description:

[ Version ( since = "3.0" ) ]
public Rectangle get_icon_area (EntryIconPosition icon_pos)

Gets the area where entry’s icon at icon_pos is drawn.

This function is useful when drawing something to the entry in a draw callback.

If the entry is not realized or has no icon at the given position, icon_area is filled with zeros. Otherwise, icon_area will be filled with the icon’s allocation, relative to this’s allocation.

See also get_text_area

Parameters:

this

A Entry

icon_pos

Icon position

icon_area

Return location for the icon’s area