rofi
1.7.0
|
#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 182 of file rofi-types.h.
double RofiImage::angle |
Definition at line 190 of file rofi-types.h.
Referenced by rofi_theme_get_image_inside().
GList* RofiImage::colors |
colors
Definition at line 192 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 189 of file rofi-types.h.
Referenced by rofi_theme_get_image_inside().
int RofiImage::hsize |
Definition at line 187 of file rofi-types.h.
Referenced by rofi_theme_get_image_inside().
RofiScaleType RofiImage::scaling |
Definition at line 185 of file rofi-types.h.
Referenced by rofi_theme_get_image_inside().
uint32_t RofiImage::surface_id |
cached image
Definition at line 195 of file rofi-types.h.
Referenced by rofi_theme_get_image_inside().
RofiImageType RofiImage::type |
Definition at line 183 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), and rofi_theme_get_image_inside().
char* RofiImage::url |
Definition at line 184 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 186 of file rofi-types.h.
Referenced by rofi_theme_get_image_inside().