rofi  1.7.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
 
RofiImage image
 
GList * list
 

Detailed Description

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

Field Documentation

◆ b

◆ c

char _PropertyValue::c

Character

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

Referenced by __config_parser_set_property().

◆ color

ThemeColor _PropertyValue::color

Color

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

Referenced by combi_mgrv(), int_rofi_theme_print_property(), and rofi_theme_get_color_inside().

◆ def_value

struct Property* _PropertyValue::def_value

◆ f

double _PropertyValue::f

Double

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

Referenced by int_rofi_theme_print_property(), and rofi_theme_get_double_inside().

◆ highlight

RofiHighlightColorStyle _PropertyValue::highlight

Highlight Style

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

Referenced by int_rofi_theme_print_property(), and rofi_theme_get_highlight_inside().

◆ i

◆ image

◆ 

◆ list

GList* _PropertyValue::list

◆ name

char* _PropertyValue::name

◆ padding

◆ ref

struct Property* _PropertyValue::ref

Cached looked up ref

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