]> Pileus Git - ~andy/gtk/commit
Add GtkTextHandle
authorCarlos Garnacho <carlos@lanedo.com>
Wed, 11 Jul 2012 13:51:43 +0000 (15:51 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 3 Sep 2012 04:19:03 +0000 (00:19 -0400)
commit1f7e375c33c77209181f6b3d3720c1f72c652153
tree212b74934fa4f2f41c2163b57e7a25d35c5430a6
parent8c632417c48982ddd4054c4c054fcd39964f3fac
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.
docs/reference/gtk/gtk3-sections.txt
gtk/Makefile.am
gtk/gtkmarshalers.list
gtk/gtkprivate.h
gtk/gtkstylecontext.h
gtk/gtktexthandle.c [new file with mode: 0644]
gtk/gtktexthandleprivate.h [new file with mode: 0644]
gtk/gtkwidget.c