Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkContainerPropagateExpose

gtkContainerPropagateExpose


Description

When a container receives an expose event, it must send synthetic expose events to all children that don't have their own GdkWindows. This function provides a convenient way of doing this. A container, when it receives an expose event, calls gtkContainerPropagateExpose once for each child, passing in the event the container received.

Usage

gtkContainerPropagateExpose(object, child, event)

Arguments

object

a GtkContainer

child

a child of container

event

a expose event sent to container

Details

gtkContainerPropagateExpose takes care of deciding whether an expose event needs to be sent to the child, intersecting the event's area with the child area, and sending the event.

In most cases, a container can simply either simply inherit the "expose" implementation from GtkContainer, or, do some drawing and then chain to the ::expose implementation from GtkContainer.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.