rofi 1.7.5
|
#include <rofi-types.h>
Data Fields | |
double | distance |
RofiPixelUnit | type |
RofiDistanceModifier | modtype |
struct RofiDistanceUnit * | left |
struct RofiDistanceUnit * | right |
Definition at line 115 of file rofi-types.h.
double RofiDistanceUnit::distance |
Distance
Definition at line 117 of file rofi-types.h.
Referenced by distance_compare(), get_pixels(), rofi_theme_print_distance_unit(), and scrollbar_scroll_get_line().
struct RofiDistanceUnit* RofiDistanceUnit::left |
Modifier
Definition at line 125 of file rofi-types.h.
Referenced by distance_unit_get_pixel(), rofi_theme_distance_property_free(), rofi_theme_distance_unit_property_free(), rofi_theme_print_distance_unit(), rofi_theme_property_copy_distance(), and rofi_theme_property_copy_distance_unit().
RofiDistanceModifier RofiDistanceUnit::modtype |
Type
Definition at line 122 of file rofi-types.h.
Referenced by distance_unit_get_pixel(), rofi_theme_print_distance(), and rofi_theme_print_distance_unit().
struct RofiDistanceUnit* RofiDistanceUnit::right |
Modifier
Definition at line 128 of file rofi-types.h.
Referenced by distance_unit_get_pixel(), rofi_theme_distance_property_free(), rofi_theme_distance_unit_property_free(), rofi_theme_print_distance_unit(), rofi_theme_property_copy_distance(), and rofi_theme_property_copy_distance_unit().
RofiPixelUnit RofiDistanceUnit::type |
Unit type of the distance
Definition at line 119 of file rofi-types.h.
Referenced by distance_compare(), get_pixels(), and rofi_theme_print_distance_unit().