rofi  1.5.1
PropertyValue Union Reference

#include <rofi-types.h>

Collaboration diagram for PropertyValue:
Collaboration graph

Data Fields

int i
 
double f
 
char * s
 
gboolean b
 
ThemeColor color
 
RofiPadding padding
 
struct {
   char *   name
 
   struct Property *   ref
 
link
 
RofiHighlightColorStyle highlight
 
GList * list
 

Detailed Description

Definition at line 179 of file rofi-types.h.

Field Documentation

◆ b

gboolean PropertyValue::b

◆ color

ThemeColor PropertyValue::color

Color

Definition at line 190 of file rofi-types.h.

Referenced by combi_mgrv(), rofi_theme_get_color(), and rofi_theme_print_property_index().

◆ f

double PropertyValue::f

Double

Definition at line 184 of file rofi-types.h.

Referenced by rofi_theme_get_double(), and rofi_theme_print_property_index().

◆ highlight

RofiHighlightColorStyle PropertyValue::highlight

Highlight Style

Definition at line 202 of file rofi-types.h.

Referenced by rofi_theme_get_highlight(), and rofi_theme_print_property_index().

◆ i

◆ link

◆ list

GList* PropertyValue::list

◆ name

◆ padding

RofiPadding PropertyValue::padding

◆ ref

struct Property* PropertyValue::ref

Cached looked up ref

Definition at line 199 of file rofi-types.h.

Referenced by rofi_theme_find_property(), rofi_theme_property_copy(), and rofi_theme_resolve_link_property().

◆ s


The documentation for this union was generated from the following file: