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