|
rofi
1.7.0
|
#include <rofi-types.h>

Data Fields | |
| RofiDistance | top |
| RofiDistance | right |
| RofiDistance | bottom |
| RofiDistance | left |
Definition at line 202 of file rofi-types.h.
| RofiDistance RofiPadding::bottom |
Definition at line 205 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), rofi_theme_property_copy(), rofi_theme_property_free(), widget_draw(), and widget_padding_get_bottom().
| RofiDistance RofiPadding::left |
Definition at line 206 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), rofi_theme_get_distance_inside(), rofi_theme_property_copy(), rofi_theme_property_free(), widget_draw(), and widget_padding_get_left().
| RofiDistance RofiPadding::right |
Definition at line 204 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), rofi_theme_property_copy(), rofi_theme_property_free(), widget_draw(), and widget_padding_get_right().
| RofiDistance RofiPadding::top |
Definition at line 203 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), rofi_theme_property_copy(), rofi_theme_property_free(), scrollbar_scroll_get_line(), widget_draw(), and widget_padding_get_top().