summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-04-06 23:32:37 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-04-06 23:42:01 +0000
commitdf18223487eb9726d5bb9afca602f74f34c72c96 (patch)
tree02872f10a18dbcb3f10a78314a36cb504a9564fc
parentb678d12c2d6241ee1c37e764f080dd1d74ebc72f (diff)
downloadgtk+-df18223487eb9726d5bb9afca602f74f34c72c96.tar.gz
NEWS: More details about transforms
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 12dd7546e6..00191aa50a 100644
--- a/NEWS
+++ b/NEWS
@@ -52,7 +52,11 @@ Overview of Changes in GTK+ 3.96.0
just by GtkWindow. This work is incomplete
* GtkWidgets can transform their children using projective linear
- transformations. This functionality is also available in CSS.
+ transformations. This functionality is available in CSS and
+ as GskTransform argument to gtk_widget_allocate. GtkFixed is
+ a container that exposes this functionality. For examples of this,
+ see the swing transition of GtkRevealer, the rotate transitions
+ of GtkStack or the Fixed Layout example in gtk-demo.
* GtkEntry functionality has been moved into a new GtkText widget,
the GtkEditable interface has been expanded, and new a new