Sha256: 5ce71d8dc4e3a18f908372df779a37e558e167a23f4149063efa1b6d39dbb58f
Contents?: true
Size: 316 Bytes
Versions: 199
Compression:
Stored size: 316 Bytes
Contents
class TestGtkWindowAttribute < Test::Unit::TestCase include GtkTestUtils def test_initialize attrs = Gdk::WindowAttr.new(100, 100, :only, :temp) assert_equal([100, 100, Gdk::Window::INPUT_ONLY, Gdk::Window::TEMP], [attrs.width, attrs.height, attrs.wclass, attrs.window_type]) end end
Version data entries
199 entries across 199 versions & 2 rubygems