atk Reference Manual

Synopsis

public    delegate void                 EventListener             ( Object              obj )  ;
public    delegate void                 EventListenerInit         (  )  ;
public    delegate void                 FocusHandler              ( Object              p1,
                                                                    bool                p2 )  ;
public    static delegate bool          Function                  (  )  ;
public    delegate int                  KeySnoopFunc              ( KeyEventStruct      event,
                                                                    void**              func_data )  ;
public    delegate void                 PropertyChangeHandler     ( Object              p1,
                                                                    PropertyValues      p2 )  ;

Details

EventListener ()

public    delegate void                 EventListener             ( Object              obj )  ;		

EventListenerInit ()

public    delegate void                 EventListenerInit         (  )  ;		

FocusHandler ()

public    delegate void                 FocusHandler              ( Object              p1,
                                                                    bool                p2 )  ;		

Function ()

public    static delegate bool          Function                  (  )  ;		

KeySnoopFunc ()

public    delegate int                  KeySnoopFunc              ( KeyEventStruct      event,
                                                                    void**              func_data )  ;		

PropertyChangeHandler ()

public    delegate void                 PropertyChangeHandler     ( Object              p1,
                                                                    PropertyValues      p2 )  ;		


Created by Valadoc