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-3.0.0-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-3.0.0-x64-mingw32 test/test_gdk_window_attribute.rb
gtk2-2.2.5-x64-mingw32 test/test_gdk_window_attribute.rb
gtk2-2.2.5-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-2.2.5 test/test_gdk_window_attribute.rb
gtk2-2.2.4-x64-mingw32 test/test_gdk_window_attribute.rb
gtk2-2.2.4-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-2.2.4 test/test_gdk_window_attribute.rb
gtk2-2.2.3-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-2.2.3 test/test_gdk_window_attribute.rb
gtk2-2.2.2-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-2.2.2 test/test_gdk_window_attribute.rb
gtk2-2.2.1-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-2.2.1 test/test_gdk_window_attribute.rb
gtk2-2.2.0-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-2.2.0 test/test_gdk_window_attribute.rb
gtk2-2.1.0-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-2.1.0 test/test_gdk_window_attribute.rb
gtk2-2.0.3-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-2.0.3 test/test_gdk_window_attribute.rb