gtkTextViewGetLineYrange: gtkTextViewGetLineYrange
Description
Gets the y coordinate of the top of the line containing iter,
and the height of the line. The coordinate is a buffer coordinate;
convert to window coordinates with gtkTextViewBufferToWindowCoords.Usage
gtkTextViewGetLineYrange(object, iter)
Value
A list containing the following elements:
y- return location for a y coordinate. [ out ]
height- return location for a height. [ out ]