Package: gtk

Function gtk:entry-text-area

Lambda List

gtk:entry-text-area (entry)

Arguments

entry -- a gtk:entry widget

Return Value

The gdk:rectangle instance with the text area.

Details

Gets the area where the text of the entry is drawn. This function is useful when drawing something to the entry in a draw callback function.

If the entry is not realized, the returned gdk:rectangle instance is filled with zeros. See also the gtk:entry-icon-area function.
 

See also

#2023-3-4