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

Version Path
gtk2-0.90.9 test/test_gdk_window_attribute.rb
gtk2-0.90.9-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-0.90.8-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-0.90.8 test/test_gdk_window_attribute.rb
gtk2-0.90.7-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-0.90.7 test/test_gdk_window_attribute.rb
gtk2-0.90.6 test/test_gdk_window_attribute.rb
gtk2-0.90.6-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-0.90.5 test/test_gdk_window_attribute.rb
gtk2-0.90.5-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-0.90.4 test/test_gdk_window_attribute.rb
gtk2-0.90.4-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-0.90.3 test/test_gdk_window_attribute.rb
gtk2-0.90.3-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-0.90.2 test/test_gdk_window_attribute.rb
gtk2-0.90.2-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-0.20.1 test/test_gdk_window_attribute.rb
gtk2-0.20.0.1 test/test_gdk_window_attribute.rb
gtk2-0.20.0 test/test_gdk_window_attribute.rb