mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
Add more icons to check-icon-names
These are icons which are used as GtkArrow replacement, and icons used for the volume button.
This commit is contained in:
parent
28c04f4be3
commit
7caecf3979
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user