diff options
author | Sébastien Wilmet <swilmet@gnome.org> | 2014-12-15 14:53:29 +0100 |
---|---|---|
committer | Sébastien Wilmet <swilmet@gnome.org> | 2014-12-17 12:20:02 +0100 |
commit | 020258f85a4add53e9f04fce39f1ba3e89f9abae (patch) | |
tree | 9131a2651c344ce40fbbc51e628b80d2c6e95c97 /docs | |
parent | 7ff3c6df80185e165e3bf6aa31bd014d1f8bf224 (diff) | |
download | gtk+-020258f85a4add53e9f04fce39f1ba3e89f9abae.tar.gz |
textview: add extend-selection signal
To be able to customize the double-click and triple-click behaviors, to
provide custom selection boundaries.
https://bugzilla.gnome.org/show_bug.cgi?id=111503
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 857d0fb2ec..8c0270b113 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -3825,6 +3825,7 @@ GtkTextView GtkTextViewClass GtkTextViewLayer GtkTextWindowType +GtkTextExtendSelection GtkWrapMode gtk_text_view_new gtk_text_view_new_with_buffer |