mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
Docs: Minor changes
This commit is contained in:
parent
729a3a98d9
commit
aead8a360b
@ -20,7 +20,7 @@
|
||||
|
||||
/**
|
||||
* SECTION:gtkgesture
|
||||
* @Short_description: Gesture recognition
|
||||
* @Short_description: Base class for gestures
|
||||
* @Title: GtkGesture
|
||||
* @See_also: #GtkGestureSingle
|
||||
*
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user