Method

GdkEventget_surface

Declaration [src]

GdkSurface*
gdk_event_get_surface (
  GdkEvent* event
)

Description [src]

Extracts the surface associated with an event.

Return value

Returns: GdkSurface
 

The GdkSurface associated with the event.

 The data is owned by the instance.
 The return value can be NULL.