diff options
author | Carlos Garnacho <carlos@lanedo.com> | 2012-07-11 15:51:43 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-09-03 00:19:03 -0400 |
commit | 1f7e375c33c77209181f6b3d3720c1f72c652153 (patch) | |
tree | 212b74934fa4f2f41c2163b57e7a25d35c5430a6 /docs | |
parent | 8c632417c48982ddd4054c4c054fcd39964f3fac (diff) | |
download | gtk+-1f7e375c33c77209181f6b3d3720c1f72c652153.tar.gz |
Add GtkTextHandle
This is a helper object to allow text widgets to implement
text selection on touch devices. It allows for both cursor
placement and text selection, displaying draggable handles
on/around the cursor and selection bound positions.
Currently, this is private to GTK+, and only available to
GtkEntry and GtkTextView.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 6649d9f927..1f2f897621 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -5767,6 +5767,8 @@ GTK_STYLE_CLASS_LINKED GTK_STYLE_CLASS_ARROW GTK_STYLE_CLASS_OSD GTK_STYLE_CLASS_LEVEL_BAR +GTK_STYLE_CLASS_CURSOR_HANDLE +GTK_STYLE_CLASS_INVERTED_CURSOR_HANDLE GTK_STYLE_REGION_COLUMN GTK_STYLE_REGION_COLUMN_HEADER GTK_STYLE_REGION_ROW |