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.4.3 test/test_gdk_window_attribute.rb
gtk2-3.4.2 test/test_gdk_window_attribute.rb
gtk2-3.4.1 test/test_gdk_window_attribute.rb
gtk2-3.4.0 test/test_gdk_window_attribute.rb
gtk2-3.3.9 test/test_gdk_window_attribute.rb
gtk2-3.3.8 test/test_gdk_window_attribute.rb
gtk2-3.3.7 test/test_gdk_window_attribute.rb
gtk2-3.3.6 test/test_gdk_window_attribute.rb
gtk2-3.3.5 test/test_gdk_window_attribute.rb
gtk2-3.3.4 test/test_gdk_window_attribute.rb
gtk2-3.3.3 test/test_gdk_window_attribute.rb
gtk2-3.3.2 test/test_gdk_window_attribute.rb
gtk2-3.3.1 test/test_gdk_window_attribute.rb
gtk2-3.3.0 test/test_gdk_window_attribute.rb
gtk2-3.2.9-x64-mingw32 test/test_gdk_window_attribute.rb
gtk2-3.2.9-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-3.2.9 test/test_gdk_window_attribute.rb
gtk2-3.2.8-x64-mingw32 test/test_gdk_window_attribute.rb
gtk2-3.2.8-x86-mingw32 test/test_gdk_window_attribute.rb
gtk2-3.2.8 test/test_gdk_window_attribute.rb