Package: gtk
Function gtk:text-view-add-overlay
Lambda Listgtk:text-view-add-overlay (view child xpos ypos) ArgumentsDetails Adds child at a fixed coordinate in the text window of the gtk:text-view widget. The xpos and ypos arguments must be in buffer coordinates. See the gtk:text-view-iter-location function to convert to buffer
coordinates. The child widget will scroll with the text view. If instead you want a widget that will not move with the text view contents see the gtk:overlay widget. | See also |
#2024-7-4