[gtk+] testgtk: Add new Adwaita cursor names



commit 36a2c507e236d155893a087a2ea473298edf43de
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu May 7 18:29:04 2015 -0400

    testgtk: Add new Adwaita cursor names

 tests/testgtk.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/tests/testgtk.c b/tests/testgtk.c
index 90df1cf..f7aee23 100644
--- a/tests/testgtk.c
+++ b/tests/testgtk.c
@@ -4848,6 +4848,7 @@ cursor_draw (GtkWidget *widget,
 }
 
 static const gchar *cursor_names[] = {
+    "all-scroll",
     "arrow",
     "bd_double_arrow",
     "boat",
@@ -4882,6 +4883,7 @@ static const gchar *cursor_names[] = {
     "fleur",
     "gobbler",
     "gumby",
+    "grab",
     "grabbing",
     "hand",
     "hand1",
@@ -4937,9 +4939,12 @@ static const gchar *cursor_names[] = {
     "umbrella",
     "ur_angle",
     "v_double_arrow",
+    "vertical-text",
     "watch",
     "X_cursor",
-    "xterm"
+    "xterm",
+    "zoom-in",
+    "zoom-out"
 };
 
 static GtkTreeModel *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]