# 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
# 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