diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-23 11:52:12 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-23 11:52:12 -0400 |
commit | 7caecf3979e751bfdfa245dea3867f3cdd785c08 (patch) | |
tree | 67722b6193afdbb5d333f5e90c4899bf2f2aa781 /testsuite/gtk/check-icon-names.c | |
parent | 28c04f4be397edce6a4188e01a0a444e753af0af (diff) | |
download | gtk+-7caecf3979e751bfdfa245dea3867f3cdd785c08.tar.gz |
Add more icons to check-icon-names
These are icons which are used as GtkArrow replacement, and
icons used for the volume button.
Diffstat (limited to 'testsuite/gtk/check-icon-names.c')
-rw-r--r-- | testsuite/gtk/check-icon-names.c | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/testsuite/gtk/check-icon-names.c b/testsuite/gtk/check-icon-names.c index fe3646c75f..3474938e4c 100644 --- a/testsuite/gtk/check-icon-names.c +++ b/testsuite/gtk/check-icon-names.c @@ -103,9 +103,21 @@ static char *icon_names[] = { "zoom-out", "zoom-fit-best", "edit-select-all", - "edit-clear" + "edit-clear", /* "gtk-select-color", */ /* "gtk-color-picker" */ + "pan-down-symbolic", + "pan-up-symbolic", + "pan-start-symbolic", + "pan-end-symbolic", + "audio-volume-muted", + "audio-volume-high", + "audio-volume-low", + "audio-volume-medium", + "audio-volume-muted-symbolic", + "audio-volume-high-symbolic", + "audio-volume-low-symbolic", + "audio-volume-medium-symbolic" }; static void |