rofi
1.5.1
|
#include <rofi-types.h>
Data Fields | |
double | distance |
RofiPixelUnit | type |
RofiLineStyle | style |
Structure representing a distance.
Definition at line 92 of file rofi-types.h.
double RofiDistance::distance |
Distance
Definition at line 95 of file rofi-types.h.
Referenced by distance_compare(), distance_get_pixel(), rofi_theme_print_distance(), and scrollbar_scroll_get_line().
RofiLineStyle RofiDistance::style |
Style of the line (optional)
Definition at line 99 of file rofi-types.h.
Referenced by distance_compare(), distance_get_linestyle(), and rofi_theme_print_distance().
RofiPixelUnit RofiDistance::type |
Unit type of the distance
Definition at line 97 of file rofi-types.h.
Referenced by distance_compare(), distance_get_pixel(), and rofi_theme_print_distance().