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-0.90.9 test/test_gdk_pango.rb
gtk2-0.90.9-x86-mingw32 test/test_gdk_pango.rb
gtk2-0.90.8-x86-mingw32 test/test_gdk_pango.rb
gtk2-0.90.8 test/test_gdk_pango.rb
gtk2-0.90.7-x86-mingw32 test/test_gdk_pango.rb
gtk2-0.90.7 test/test_gdk_pango.rb
gtk2-0.90.6 test/test_gdk_pango.rb
gtk2-0.90.6-x86-mingw32 test/test_gdk_pango.rb
gtk2-0.90.5 test/test_gdk_pango.rb
gtk2-0.90.5-x86-mingw32 test/test_gdk_pango.rb
gtk2-0.90.4 test/test_gdk_pango.rb
gtk2-0.90.4-x86-mingw32 test/test_gdk_pango.rb
gtk2-0.90.3 test/test_gdk_pango.rb
gtk2-0.90.3-x86-mingw32 test/test_gdk_pango.rb
gtk2-0.90.2 test/test_gdk_pango.rb
gtk2-0.90.2-x86-mingw32 test/test_gdk_pango.rb
gtk2-0.20.1 test/test_gdk_pango.rb
gtk2-0.20.0.1 test/test_gdk_pango.rb
gtk2-0.20.0 test/test_gdk_pango.rb