diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-06-24 22:26:24 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-06-25 08:24:05 -0400 |
commit | 0b8092a2ba9558879ae1b5adb68a86399a6869ef (patch) | |
tree | 46f5e52c6628d4d2e06f57c47a2a0bea8f008020 /docs/reference | |
parent | ab3b1d9d2a9321d50c56eb3dc32fc8dbfd52cad4 (diff) | |
download | gtk+-port-entry-completion.tar.gz |
entrycompletion: port to list modelsport-entry-completion
Replace tree models and cell renderers with list models
and factories, in the entry completion api. The new apis
are
gtk_entry_completion_set_model
gtk_entry_completion_set_expression
gtk_entry_completion_set_factory
Port all internal uses of GtkEntryCompletion.
testentrycompletion has an example of using a custom model,
factory and expression.
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 39e04bfb81..03285e5a65 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -1162,24 +1162,20 @@ gtk_entry_buffer_get_type <FILE>gtkentrycompletion</FILE> <TITLE>GtkEntryCompletion</TITLE> GtkEntryCompletion -GtkEntryCompletionMatchFunc gtk_entry_completion_new -gtk_entry_completion_new_with_area gtk_entry_completion_get_entry gtk_entry_completion_set_model gtk_entry_completion_get_model -gtk_entry_completion_set_match_func +gtk_entry_completion_set_expression +gtk_entry_completion_get_expression +gtk_entry_completion_set_factory +gtk_entry_completion_get_factory gtk_entry_completion_set_minimum_key_length gtk_entry_completion_get_minimum_key_length gtk_entry_completion_compute_prefix gtk_entry_completion_complete gtk_entry_completion_get_completion_prefix gtk_entry_completion_insert_prefix -gtk_entry_completion_insert_action_text -gtk_entry_completion_insert_action_markup -gtk_entry_completion_delete_action -gtk_entry_completion_set_text_column -gtk_entry_completion_get_text_column gtk_entry_completion_set_inline_completion gtk_entry_completion_get_inline_completion gtk_entry_completion_set_inline_selection |