rofi  1.6.1
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  "Padding",
22  "Reference",
24  "Position",
26  "Highlight",
28  "List",
30  "Orientation",
32  "Inherit",
33 };
const char *const PropertyTypeName[P_NUM_TYPES]
Definition: rofi-types.c:6
@ P_NUM_TYPES
Definition: rofi-types.h:39