rofi 1.7.5
_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 256 of file rofi-types.h.

Field Documentation

◆ b

◆ c

char _PropertyValue::c

Character

Definition at line 264 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 260 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 281 of file rofi-types.h.

Referenced by int_rofi_theme_print_property(), and rofi_theme_get_highlight_inside().

◆ i

◆ image

◆ [struct]

◆ list

◆ name

◆ padding

◆ ref

struct Property* _PropertyValue::ref

◆ s


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