rofi  1.6.0
_PropertyValue Union Reference

#include <rofi-types.h>

Collaboration diagram for _PropertyValue:
Collaboration graph

Data Fields

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

Detailed Description

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

Field Documentation

◆ b

gboolean _PropertyValue::b

◆ c

char _PropertyValue::c

Character

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

Referenced by __config_parser_set_property().

◆ color

◆ def_value

struct Property* _PropertyValue::def_value

◆ f

double _PropertyValue::f

Double

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

Referenced by int_rofi_theme_print_property(), and rofi_theme_get_double().

◆ highlight

RofiHighlightColorStyle _PropertyValue::highlight

Highlight Style

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

Referenced by int_rofi_theme_print_property(), and rofi_theme_get_highlight().

◆ i

◆ link

◆ list

GList* _PropertyValue::list

◆ name

char* _PropertyValue::name

◆ padding

◆ ref

struct Property* _PropertyValue::ref

Cached looked up ref

Definition at line 231 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: