Docs: Minor changes

This commit is contained in:
Matthias Clasen 2014-05-19 20:45:42 -04:00 committed by Carlos Garnacho
parent 729a3a98d9
commit aead8a360b
3 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@
/**
* SECTION:gtkgesture
* @Short_description: Gesture recognition
* @Short_description: Base class for gestures
* @Title: GtkGesture
* @See_also: #GtkGestureSingle
*

View File

@ -20,7 +20,7 @@
/**
* SECTION:gtkgesturelongpress
* @Short_description: "press and hold" gesture
* @Short_description: "Press and Hold" gesture
* @Title: GtkGestureLongPress
*
* #GtkGestureLongPress is a #GtkGesture implementation able to recognize

View File

@ -20,11 +20,11 @@
/**
* SECTION:gtkgesturesingle
* @Short_description: Gesture especialized for mouse/single finger input
* @Short_description: Base class for for mouse/single-touch gestures
* @Title: GtkGestureSingle
*
* #GtkGestureSingle is an especialization of #GtkGesture, optimized (although
* not restricted) for dealing with mouse and single touch gestures. Under
* #GtkGestureSingle is a subclass of #GtkGesture, optimized (although
* not restricted) for dealing with mouse and single-touch gestures. Under
* interaction, these gestures stick to the first interacting sequence, which
* is accessible through gtk_gesture_single_get_current_sequence() while the
* gesture is being interacted with.