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 /gtk/gtkprivate.h | |
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 'gtk/gtkprivate.h')
-rw-r--r-- | gtk/gtkprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkprivate.h b/gtk/gtkprivate.h index 9114bd08b2..746103dc4a 100644 --- a/gtk/gtkprivate.h +++ b/gtk/gtkprivate.h @@ -29,6 +29,7 @@ #include <gdk/gdk.h> #include "gtkcsstypesprivate.h" +#include "gtktexthandleprivate.h" G_BEGIN_DECLS |