Added new icons and made them stock items.
[pspp] / src / ui / gui / icons / icon-names.h
1 #ifndef ICON_NAMES_H
2 #define ICON_NAMES_H 1
3
4 struct icon_context
5 {
6   const char **icon_name;
7   int n_icons;
8   const char *context_name;
9 };
10
11
12 extern const struct icon_context action_icon_context;
13 extern const struct icon_context category_icon_context;
14
15
16
17 #endif