gdk-2.0 Reference Manual

Synopsis

public class EventSelection {
    public    EventType                 type ;
    public    weak Window               window ;
    public    char                      send_event ;
    public    Atom                      selection ;
    public    Atom                      target ;
    public    Atom                      property ;
    public    uint                      time ;
    public    weak NativeWindow         requestor ;
}

EventSelection Description

Details

Constructor Details

Field Details

type
    public    EventType                 type ;		

window
    public    weak Window               window ;		

send_event
    public    char                      send_event ;		

selection
    public    Atom                      selection ;		

target
    public    Atom                      target ;		

property
    public    Atom                      property ;		

time
    public    uint                      time ;		

requestor
    public    weak NativeWindow         requestor ;		

Signal Details

Property Details

Method Details


Created by Valadoc