get_clip


Description:

[ Version ( since = "3.14" ) ]
public void get_clip (out Allocation clip)

Retrieves the widget’s clip area.

The clip area is the area in which all of this's drawing will happen. Other toolkits call it the bounding box.

Historically, in GTK+ the clip area has been equal to the allocation retrieved via get_allocation.

Parameters:

this

a Widget

clip

a pointer to a Allocation to copy to