Some more updates
This commit is contained in:
16
NEWS
16
NEWS
@ -6,12 +6,16 @@ Overview of Changes in GTK+ 3.13.1 to 3.13.2
|
|||||||
or Ctrl-Shift-D keyboard shortcuts, or via the
|
or Ctrl-Shift-D keyboard shortcuts, or via the
|
||||||
GTK_DEBUG environment variable.
|
GTK_DEBUG environment variable.
|
||||||
|
|
||||||
* Gesture support has landed. New classes
|
* Gesture support has landed. New classes include
|
||||||
include GtkGestureLongPress, GtkGestureMultiPress,
|
GtkGestureLongPress, GtkGestureMultiPress, GtkGestureSwipe,
|
||||||
GtkGestureSwipe, GtkGesturePan, GtkGestureRotate,
|
GtkGesturePan, GtkGestureRotate, GtkGestureZoom. Many GTK+
|
||||||
GtkGestureZoom. Many GTK+ widgets already use
|
widgets already use gestures internally. Gestures also
|
||||||
gestures internally. Gestures also show up
|
show up in GtkInspector.
|
||||||
in GtkInspector.
|
The gesture-related APIs are still subject to change.
|
||||||
|
|
||||||
|
* GTK+ widgets can now draw outside their allocation,
|
||||||
|
by setting a clip with gtk_widget_set_clip().
|
||||||
|
The clip-related APIs are still subject to change.
|
||||||
|
|
||||||
* GtkStack has added a few more transition types
|
* GtkStack has added a few more transition types
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user