class TestGdkEvent::TestConstant

Public Instance Methods

test_propagate() click to toggle source
# File gdk3/test/test-gdk-event.rb, line 20
def test_propagate
  assert_false(Gdk::Event::PROPAGATE)
end
test_stop() click to toggle source
# File gdk3/test/test-gdk-event.rb, line 24
def test_stop
  assert_true(Gdk::Event::STOP)
end