gdk-2.0 Reference Manual

Synopsis

public class EventConfigure {
    public    EventType                 type ;
    public    weak Window               window ;
    public    char                      send_event ;
    public    int                       x ;
    public    int                       y ;
    public    int                       width ;
    public    int                       height ;
}

EventConfigure Description

Details

Constructor Details

Field Details

type
    public    EventType                 type ;		

window
    public    weak Window               window ;		

send_event
    public    char                      send_event ;		

x
    public    int                       x ;		

y
    public    int                       y ;		

width
    public    int                       width ;		

height
    public    int                       height ;		

Signal Details

Property Details

Method Details


Created by Valadoc