Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK2
GTK2.GdkRegion

Method GTK2.GdkRegion()->union()


Method union

GTK2.GdkRegion union(GTK2.GdkRegion victim)

Description

Computes the union of the given rectangle or region and the region. Also available as region | rectangle, region | region, region + region and region + rectangle.