Table Of Contents

Previous topic

GenButton

Next topic

GenToggleButton

This Page

phoenix_title GenButtonEvent

Event sent from the generic buttons when the button is activated.


class_hierarchy Inheritance Diagram

Inheritance diagram for class GenButtonEvent

Inheritance diagram of GenButtonEvent


super_classes Known Superclasses

PyCommandEvent


method_summary Methods Summary

__init__  
GetButtonObj  
GetIsDown  
SetButtonObj  
SetIsDown  

api Class API



class GenButtonEvent(PyCommandEvent)

Event sent from the generic buttons when the button is activated.


Methods



__init__(self, eventType, id)


GetButtonObj(self)


GetIsDown(self)


SetButtonObj(self, btn)


SetIsDown(self, isDown)