Package: gtk

Function gtk-text-view-move-child

Lambda List

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

Arguments

view -- a gtk-text-view widget
child -- a gtk-widget child widget already added to the text view
xpos -- integer with the x position in window coordinates
ypos -- integer with the y position in window coordinates

Details

Updates the position of a child widget, as for the gtk-text-view-add-child-in-window function.
 

See also

2021-10-16