Sha256: 9c637ada3963df2514f5110caec9c067b6bae8a7d2ce82a03d2690e95730cbeb
Contents?: true
Size: 365 Bytes
Versions: 6
Compression:
Stored size: 365 Bytes
Contents
# Base class for all events class Wx::Event # Get the Wx id, not Ruby's deprecated Object#id alias :id :get_id end module Wx # reduce mapping warnings for this unpublished event class NcPaintEvent = Wx::Event EvtHandler.register_event_type EvtHandler::EventType[ 'evt_nc_paint', 0, Wx::EVT_NC_PAINT, Wx::NcPaintEvent ] end
Version data entries
6 entries across 6 versions & 1 rubygems