Event.this

Creates a new event of the given type. All fields are set to 0. Since 2.2

  1. this(GdkEvent* gdkEvent)
  2. this(GdkEventType type)
    class Event

Parameters

type GdkEventType

a GdkEventType

Throws

ConstructionException GTK+ fails to create the object.

Meta