rofi
1.5.1
|
#include <rofi-types.h>
Data Fields | |
RofiDistance | top |
RofiDistance | right |
RofiDistance | bottom |
RofiDistance | left |
Definition at line 129 of file rofi-types.h.
RofiDistance RofiPadding::bottom |
Definition at line 133 of file rofi-types.h.
Referenced by rofi_theme_print_property_index(), widget_draw(), and widget_padding_get_bottom().
RofiDistance RofiPadding::left |
Definition at line 134 of file rofi-types.h.
Referenced by rofi_theme_get_distance(), rofi_theme_print_property_index(), widget_draw(), and widget_padding_get_left().
RofiDistance RofiPadding::right |
Definition at line 132 of file rofi-types.h.
Referenced by rofi_theme_print_property_index(), widget_draw(), and widget_padding_get_right().
RofiDistance RofiPadding::top |
Definition at line 131 of file rofi-types.h.
Referenced by rofi_theme_print_property_index(), scrollbar_scroll_get_line(), widget_draw(), and widget_padding_get_top().