AGW Logo

agw_title RulerCtrlEvent

Represent details of the events that the RulerCtrl object sends.

hierarchy Inheritance Diagram

Inheritance diagram for: RulerCtrlEvent

Inheritance diagram of RulerCtrlEvent


method_summary Methods Summary

__init__Default class constructor.
GetOldValueReturns the event old value.
GetValueReturns the event value.
SetOldValueSets the event old value.
SetValueSets the event value.

API Class API

class RulerCtrlEvent(wx.PyCommandEvent)[source]

Represent details of the events that the RulerCtrl object sends.



__init__(eventType, eventId=1)[source]

Default class constructor.

Parameters:
  • eventType – the event type;
  • eventId – the event identifier.


GetOldValue()[source]

Returns the event old value.



GetValue()[source]

Returns the event value.



SetOldValue(oldValue)[source]

Sets the event old value.

Parameters:value – the old indicator position.


SetValue(value)[source]

Sets the event value.

Parameters:value – the new indicator position.
Tree

Table Of Contents

Previous topic

RulerCtrl

Next topic

rulerctrl functions