Sha256: 3e7d8d4c61319917f04754a41172fff9ae1a60e957db920e8cd03cbfaa557ca0

Contents?: true

Size: 258 Bytes

Versions: 199

Compression:

Stored size: 258 Bytes

Contents

class TestGdkPango < Test::Unit::TestCase
  include GtkTestUtils

  def test_emboss_color_attribute
    only_gtk_version(2, 12, 0)
    color = Gdk::PangoAttrEmbossColor.new(Gdk::Color.parse("red"))
    assert_equal([65535, 0, 0], color.value.to_a)
  end
end

Version data entries

199 entries across 199 versions & 2 rubygems

Version Path
gtk2-3.1.4 test/test_gdk_pango.rb
gtk2-3.1.3-x64-mingw32 test/test_gdk_pango.rb
gtk2-3.1.3-x86-mingw32 test/test_gdk_pango.rb
gtk2-3.1.3 test/test_gdk_pango.rb
gtk2-3.1.2-x64-mingw32 test/test_gdk_pango.rb
gtk2-3.1.2-x86-mingw32 test/test_gdk_pango.rb
gtk2-3.1.2 test/test_gdk_pango.rb
gtk2-3.1.1-x64-mingw32 test/test_gdk_pango.rb
gtk2-3.1.1-x86-mingw32 test/test_gdk_pango.rb
gtk2-3.1.1 test/test_gdk_pango.rb
gtk2-3.1.0-x64-mingw32 test/test_gdk_pango.rb
gtk2-3.1.0-x86-mingw32 test/test_gdk_pango.rb
gtk2-3.1.0 test/test_gdk_pango.rb
gtk2-3.0.9-x64-mingw32 test/test_gdk_pango.rb
gtk2-3.0.9-x86-mingw32 test/test_gdk_pango.rb
gtk2-3.0.9 test/test_gdk_pango.rb
gtk2-3.0.8-x86-mingw32 test/test_gdk_pango.rb
gtk2-3.0.8-x64-mingw32 test/test_gdk_pango.rb
gtk2-3.0.8 test/test_gdk_pango.rb
gtk2-3.0.7-x86-mingw32 test/test_gdk_pango.rb