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