Gdk.CrossingEvent

g Gdk.CrossingEvent Gdk.CrossingEvent Gdk.Event Gdk.Event Gdk.Event->Gdk.CrossingEvent

Subclasses:

None

Methods

Inherited:

Gdk.Event (17)

get_detail ()

get_focus ()

get_mode ()

Virtual Methods

None

Fields

None

Class Details

class Gdk.CrossingEvent
Bases:

Gdk.Event

Abstract:

No

An event caused by a pointing device moving between surfaces.

get_detail()[source]
Returns:

the notify detail of self

Return type:

Gdk.NotifyType

Extracts the notify detail from a crossing event.

get_focus()[source]
Returns:

True if the surface is the focus surface

Return type:

bool

Checks if the self surface is the focus surface.

get_mode()[source]
Returns:

the mode of self

Return type:

Gdk.CrossingMode

Extracts the crossing mode from a crossing event.