get_text_area


Description:

[ Version ( since = "3.0" ) ]
public void get_text_area (out Rectangle text_area)

Gets the area where the entry’s text is drawn.

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

If the entry is not realized, text_area is filled with zeros.

See also get_icon_area.

Parameters:

this

a Entry

text_area

Return location for the text area.