Sha256: f58d3cc934d8b8eb6c1689b93b8ff6bb0f089e11255ba49283f40826a37db73c
Contents?: true
Size: 225 Bytes
Versions: 83
Compression:
Stored size: 225 Bytes
Contents
class TestGdkEvent < Test::Unit::TestCase include GtkTestUtils def test_motion_request only_gtk_version(2, 12, 0) motion = Gdk::EventMotion.new assert_nothing_raised do motion.request end end end
Version data entries
83 entries across 83 versions & 2 rubygems