gdk-2.0 Reference Manual

Synopsis

public class EventOwnerChange {
    public    EventType                 type ;
    public    weak Window               window ;
    public    char                      send_event ;
    public    weak NativeWindow         owner ;
    public    OwnerChange               reason ;
    public    Atom                      selection ;
    public    uint                      time ;
    public    uint                      selection_time ;
}

EventOwnerChange Description

Details

Constructor Details

Field Details

type
    public    EventType                 type ;		

window
    public    weak Window               window ;		

send_event
    public    char                      send_event ;		

owner
    public    weak NativeWindow         owner ;		

reason
    public    OwnerChange               reason ;		

selection
    public    Atom                      selection ;		

time
    public    uint                      time ;		

selection_time
    public    uint                      selection_time ;		

Signal Details

Property Details

Method Details


Created by Valadoc