gdk-2.0 Reference Manual

Synopsis

public    static delegate void          DestroyNotify             (  )  ;
public    static delegate void          EventFunc                 ( Event               event )  ;
public    static delegate FilterReturn  FilterFunc                ( XEvent              xevent,
                                                                    Event               event )  ;
public    delegate void                 InputFunction             ( void**              data,
                                                                    int                 source,
                                                                    InputCondition      condition )  ;
public    static delegate void          SpanFunc                  ( Span                span )  ;

Details

DestroyNotify ()

public    static delegate void          DestroyNotify             (  )  ;		

EventFunc ()

public    static delegate void          EventFunc                 ( Event               event )  ;		

FilterFunc ()

public    static delegate FilterReturn  FilterFunc                ( XEvent              xevent,
                                                                    Event               event )  ;		

InputFunction ()

public    delegate void                 InputFunction             ( void**              data,
                                                                    int                 source,
                                                                    InputCondition      condition )  ;		

SpanFunc ()

public    static delegate void          SpanFunc                  ( Span                span )  ;		


Created by Valadoc