Skip to content

entry-row: Add additional properties from GtkText

Christopher Davis requested to merge wip/cdavis/entry-row-extra-props into main

This commit adds three properties from GtkText:

  • input-hints
  • input-purpose
  • enable-emoji-completion

Previously app developers would have needed to get the internal GtkText in order to access these. Now we provide our own accessors, similar to GtkEntry.

Closes #504 (closed)

Merge request reports