|
rofi 1.7.8
|
#include <scrollbar.h>

Data Fields | |
| widget | widget |
| unsigned int | length |
| unsigned int | pos |
| unsigned int | pos_length |
| RofiDistance | width |
Internal structure for the scrollbar.
Definition at line 43 of file scrollbar.h.
| unsigned int _scrollbar::length |
Definition at line 45 of file scrollbar.h.
Referenced by scrollbar_create(), scrollbar_draw(), scrollbar_scroll_get_line(), scrollbar_set_handle(), scrollbar_set_handle_length(), and scrollbar_set_max_value().
| unsigned int _scrollbar::pos |
Definition at line 46 of file scrollbar.h.
Referenced by scrollbar_create(), scrollbar_draw(), and scrollbar_set_handle().
| unsigned int _scrollbar::pos_length |
Definition at line 47 of file scrollbar.h.
Referenced by scrollbar_create(), scrollbar_draw(), scrollbar_scroll_get_line(), and scrollbar_set_handle_length().
| widget _scrollbar::widget |
Definition at line 44 of file scrollbar.h.
Referenced by scrollbar_create(), scrollbar_scroll(), and scrollbar_scroll_get_line().
| RofiDistance _scrollbar::width |
Definition at line 48 of file scrollbar.h.
Referenced by scrollbar_create().