rofi 1.7.5
|
#include <rofi-types.h>
Data Fields | |
RofiImageType | type |
char * | url |
RofiScaleType | scaling |
int | wsize |
int | hsize |
RofiDirection | dir |
double | angle |
GList * | colors |
uint32_t | surface_id |
Definition at line 189 of file rofi-types.h.
double RofiImage::angle |
Definition at line 197 of file rofi-types.h.
Referenced by rofi_theme_get_image_inside().
GList* RofiImage::colors |
colors
Definition at line 199 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), rofi_theme_get_image_inside(), rofi_theme_property_copy(), and rofi_theme_property_free().
RofiDirection RofiImage::dir |
Definition at line 196 of file rofi-types.h.
Referenced by rofi_theme_get_image_inside().
int RofiImage::hsize |
Definition at line 194 of file rofi-types.h.
Referenced by rofi_theme_get_image_inside().
RofiScaleType RofiImage::scaling |
Definition at line 192 of file rofi-types.h.
Referenced by rofi_theme_get_image_inside().
uint32_t RofiImage::surface_id |
cached image
Definition at line 202 of file rofi-types.h.
Referenced by rofi_theme_get_image_inside().
RofiImageType RofiImage::type |
Definition at line 190 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), and rofi_theme_get_image_inside().
char* RofiImage::url |
Definition at line 191 of file rofi-types.h.
Referenced by rofi_theme_get_image_inside(), rofi_theme_property_copy(), and rofi_theme_property_free().
int RofiImage::wsize |
Definition at line 193 of file rofi-types.h.
Referenced by rofi_theme_get_image_inside().