diff options
Diffstat (limited to 'graphics/clutter-gtk/DESCR')
-rw-r--r-- | graphics/clutter-gtk/DESCR | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/clutter-gtk/DESCR b/graphics/clutter-gtk/DESCR index 448be1084a5..41f451dfccc 100644 --- a/graphics/clutter-gtk/DESCR +++ b/graphics/clutter-gtk/DESCR @@ -1,3 +1,6 @@ Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ -applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the -default ClutterStage into any GtkContainer. +applications and vice versa. + +Clutter-GTK provides a GTK+ widget, GtkClutterEmbed, for embedding the +a Clutter stage into any GtkContainer; and GtkClutterActor, a Clutter +actor for embedding any GtkWidget inside a Clutter stage. |