class Gdk::Event

Constants

PROPAGATE
STOP

Public Instance Methods

send_event?() click to toggle source
# File lib/gdk3/event.rb, line 26
def send_event?
  not send_event.zero?
end