GdkOverlapType

Specifies the possible values returned by region_rect_in.

Value

Symbolic name

Description

  0Gdk::OVERLAP_RECTANGLE_IN If the rectangle is inside the region.
  1Gdk::OVERLAP_RECTANGLE_OUT If the rectangle is outside the region.
  2Gdk::OVERLAP_RECTANGLE_PART If the rectangle is partly inside the region.