[ Version ( since = "3.10" ) ]
public void set_at_word_boundaries (bool at_word_boundaries)
Change whether the search is done at word boundaries.
If at_word_boundaries is true, a search match must start and end a word. The match can
span multiple words. See also [method@Gtk.TextIter.starts_word] and [method@Gtk.TextIter.ends_word].
| this | |
| at_word_boundaries |
the setting. |