Package: gtk
Function gtk:widget-snapshot-child
Lambda Listgtk:widget-snapshot-child (widget child snapshot) ArgumentsDetails        
    When a widget receives a call to the snapshot function, it must send    synthetic gtk:widget-snapshot calls to all children.  
  This function provides a convenient way of doing this. A widget, when it  receives a call to its gtk:widget-snapshot virtual function, calls the  gtk:widget-snapshot-child function once for each child, passing in the
  snapshot the widget received. The gtk:widget-snapshot-child function takes care of translating the origin of snapshot, and deciding whether the child needs to be snapshot. This function does nothing for children that implement the gtk:native interface.  | See also | 
2025-02-15