GdkEvent

GdkEvent

Synopsis

class GdkEvent 
{
    any; 
    button; 
    client; 
    configure; 
    crossing; 
    dnd; 
    expose; 
    focus_change; 
    key; 
    motion; 
    no_expose; 
    property; 
    proximity; 
    selection; 
    type; 
    visibility; 
}
     

Example

See the Event Watcher example in the Example Code Appendix.