Package: gtk

Function gtk:render-activity

Lambda List

gtk:render-activity (context cr x y width height)

Arguments

context -- a gtk:style-context object
cr -- a cairo:context-t context
x -- a number, coerced to a double float, with a x origin of the rectangle
y -- a number, coerced to a double float, with a y origin of the rectangle
width -- a number, coerced to a double float, with a rectangle width
height -- a number, coerced to a double float, with a rectangle height

Details

Renders an activity area such as in the gtk:spinner widget or the fill line in the gtk:range widget. The :active state of the gtk:stage-flags flags determines whether there is activity going on.
 

See also

#2023-3-27