class TestGtkEntry::TestEnum

Public Instance Methods

test_input_hints_enum() click to toggle source
# File gtk3/test/test_gtk_entry.rb, line 46
def test_input_hints_enum
  only_gtk_version(3, 6, 0)
  assert_const_defined(Gtk::InputHints, :SPELLCHECK)
end
test_input_purpose_enum() click to toggle source
# File gtk3/test/test_gtk_entry.rb, line 41
def test_input_purpose_enum
  only_gtk_version(3, 6, 0)
  assert_const_defined(Gtk::InputPurpose, :ALPHA)
end