Method

GskRoundedRectcontains_rect

Declaration [src]

gboolean
gsk_rounded_rect_contains_rect (
  const GskRoundedRect* self,
  const graphene_rect_t* rect
)

Description [src]

Checks if the given rect is contained inside the rounded rectangle.

Parameters

rect

Type: graphene_rect_t

The rectangle to check.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the rect is fully contained inside the rounded rectangle.