//
// gdk/EventKey.custom
//
// Author: Charles Iliya Krempeaux <charles@reptile.ca>
//
// Copyright (C) 2003 Reptile Consulting & Services Ltd.
// Copyright (C) 2003 Charles Iliya Krempeaux.
//


public Gdk.Key Key {
    get {
        return (Gdk.Key) this.keyval;
    }
}