Class: Gdk::Event

Inherits:
Object
  • Object
show all
Extended by:
GLib::Deprecatable
Defined in:
lib/gdk3/event.rb,
lib/gdk3/deprecated.rb

Constant Summary collapse

PROPAGATE =
false
STOP =
true

Instance Method Summary collapse

Instance Method Details

#send_event?Boolean

Returns:

  • (Boolean)


26
27
28
# File 'lib/gdk3/event.rb', line 26

def send_event?
  not send_event.zero?
end