phoenix_title wx.lib.intctrl.IntUpdatedEvent

Event sent from the IntCtrl when control is updated.


class_hierarchy Class Hierarchy

Inheritance diagram for class IntUpdatedEvent:

super_classes Known Superclasses

wx.PyCommandEvent


method_summary Methods Summary

__init__

Default class constructor.

GetValue

Retrieve the value of the control at the time


api Class API

class IntUpdatedEvent(wx.PyCommandEvent)

Event sent from the IntCtrl when control is updated.


Methods

__init__(self, id, value = 0, object=None)

Default class constructor.

Parameters
  • id (int) – the object id

  • value (int) – the value

  • object – the object of the event



GetValue(self)

Retrieve the value of the control at the time this event was generated.