Package: gtk

Function gtk:text-view-move-overlay

Lambda List

gtk:text-view-move-overlay (view child xpos ypos)

Arguments

view -- a gtk:text-view widget
child -- a gtk:widget child widget already added
xpos -- an integer with the new x position of child in buffer coordinates
ypos -- an integer with the new y position of child in buffer coordinates

Details

Updates the position of the child widget added with the gtk:text-view-add-overlay function.
 

See also

#2024-7-4