rofi 1.7.7
rofi-types.c
Go to the documentation of this file.
1#include "rofi-types.h"
2
6const char *const PropertyTypeName[P_NUM_TYPES] = {
8 "Integer",
10 "Double",
12 "String",
14 "Boolean",
16 "Color",
18 "Image",
20 "Padding",
22 "Reference",
24 "Position",
26 "Highlight",
28 "List",
30 "Orientation",
32 "Cursor",
34 "Inherit",
35};
const char *const PropertyTypeName[P_NUM_TYPES]
Definition rofi-types.c:6
@ P_NUM_TYPES
Definition rofi-types.h:40