Package: gtk
Function gtk-widget-queue-draw-area
Lambda Listgtk-widget-queue-draw-area (widget x y width height) ArgumentsDetails Convenience function that calls the gtk-widget-queue-draw-region
functionon the region created from the given coordinates. The region here is specified in widget coordinates. Widget coordinates are a bit odd. For historical reasons, they are defined as GDK window coordinates for widgets that return true for the gtk-widget-has-window function, and are relative to widget->allocation.x, widget->allocation.y otherwise. The width or height arguments may be 0, in this case this function does nothing. Negative values for width and height are not allowed. | See also |
2021-9-19