gdk-2.0 Reference Manual

Synopsis

public class EventDND {
    public    EventType                 type ;
    public    weak Window               window ;
    public    char                      send_event ;
    public    weak DragContext          context ;
    public    uint                      time ;
    public    short                     x_root ;
    public    short                     y_root ;
}

EventDND Description

Details

Constructor Details

Field Details

type
    public    EventType                 type ;		

window
    public    weak Window               window ;		

send_event
    public    char                      send_event ;		

context
    public    weak DragContext          context ;		

time
    public    uint                      time ;		

x_root
    public    short                     x_root ;		

y_root
    public    short                     y_root ;		

Signal Details

Property Details

Method Details


Created by Valadoc