rofi  1.7.0
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  "Character",
16  "Boolean",
18  "Color",
20  "Image",
22  "Padding",
24  "Reference",
26  "Position",
28  "Highlight",
30  "List",
32  "Orientation",
34  "Cursor",
36  "Inherit",
37 };
const char *const PropertyTypeName[P_NUM_TYPES]
Definition: rofi-types.c:6
@ P_NUM_TYPES
Definition: rofi-types.h:42