diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-11-24 22:40:45 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-01-24 08:44:30 -0500 |
commit | 500c8d82fc4ba01b8424fb51fae4cd6af46d362a (patch) | |
tree | 8a8d722c6a2a7695f792b6668f9cdaea7662955e /docs | |
parent | 82a5edceca581b7eaedb7e3692bd8186049f8e08 (diff) | |
download | gtk+-500c8d82fc4ba01b8424fb51fae4cd6af46d362a.tar.gz |
GtkSearchEntry: Add more API
Add ::next-match, ::previous-match and ::stop-search keybinding
signals that are bound to Ctrl-g, Ctrl-Shift-g and Escape. Also
add a gtk_search_entry_handle_event() function to handle key events.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 8c0270b113..be4e6321ce 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -3198,6 +3198,7 @@ gtk_search_bar_get_type <TITLE>GtkSearchEntry</TITLE> GtkSearchEntry gtk_search_entry_new +gtk_search_entry_handle_event <SUBSECTION Standard> GTK_TYPE_SEARCH_ENTRY GTK_SEARCH_ENTRY |