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.2.1 test/test_gdk_pango.rb
gtk2-3.2.0-x86-mingw32 test/test_gdk_pango.rb
gtk2-3.2.0-x64-mingw32 test/test_gdk_pango.rb
gtk2-3.2.0 test/test_gdk_pango.rb
gtk2-3.1.9-x86-mingw32 test/test_gdk_pango.rb
gtk2-3.1.9-x64-mingw32 test/test_gdk_pango.rb
gtk2-3.1.9 test/test_gdk_pango.rb
gtk2-3.1.8-x64-mingw32 test/test_gdk_pango.rb
gtk2-3.1.8-x86-mingw32 test/test_gdk_pango.rb
gtk2-3.1.8 test/test_gdk_pango.rb
gtk2-3.1.7-x64-mingw32 test/test_gdk_pango.rb
gtk2-3.1.7-x86-mingw32 test/test_gdk_pango.rb
gtk2-3.1.7 test/test_gdk_pango.rb
gtk2-3.1.6-x64-mingw32 test/test_gdk_pango.rb
gtk2-3.1.6-x86-mingw32 test/test_gdk_pango.rb
gtk2-3.1.6 test/test_gdk_pango.rb
gtk2-3.1.5-x64-mingw32 test/test_gdk_pango.rb
gtk2-3.1.5-x86-mingw32 test/test_gdk_pango.rb
gtk2-3.1.4-x64-mingw32 test/test_gdk_pango.rb
gtk2-3.1.4-x86-mingw32 test/test_gdk_pango.rb