Method

CogViewportcontains

Declaration [src]

gboolean
cog_viewport_contains (
  CogViewport* self,
  CogView* view
)

Description [src]

Checks whether a viewport contains a given view.

Parameters

view CogView
 

The view to check.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

Whether the view is contained in the viewport.